]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/config.json
Import 1.0rc1 supporting Firefox up to 11.*
[dactyl.git] / common / config.json
diff --git a/common/config.json b/common/config.json
new file mode 100644 (file)
index 0000000..f9aee18
--- /dev/null
@@ -0,0 +1,38 @@
+{
+    "completers": {
+        "abbreviation": "abbreviation",
+        "altstyle": "alternateStyleSheet",
+        "bookmark": "bookmark",
+        "buffer": "buffer",
+        "charset": "charset",
+        "color": "colorScheme",
+        "command": "command",
+        "dialog": "dialog",
+        "dir": "directory",
+        "environment": "environment",
+        "event": "autocmdEvent",
+        "extension": "extension",
+        "file": "file",
+        "help": "help",
+        "highlight": "highlightGroup",
+        "history": "history",
+        "javascript": "javascript",
+        "macro": "macro",
+        "mapping": "userMapping",
+        "mark": "mark",
+        "menu": "menuItem",
+        "option": "option",
+        "preference": "preference",
+        "qmark": "quickmark",
+        "runtime": "runtime",
+        "search": "search",
+        "shellcmd": "shellCommand",
+        "toolbar": "toolbar",
+        "url": "url",
+        "usercommand": "userCommand"
+    },
+
+    "option-defaults": {
+        "guioptions": "rb"
+    }
+}