]> git.donarmstrong.com Git - dactyl.git/blob - common/config.json
Import 1.0rc1 supporting Firefox up to 11.*
[dactyl.git] / common / config.json
1 {
2     "completers": {
3         "abbreviation": "abbreviation",
4         "altstyle": "alternateStyleSheet",
5         "bookmark": "bookmark",
6         "buffer": "buffer",
7         "charset": "charset",
8         "color": "colorScheme",
9         "command": "command",
10         "dialog": "dialog",
11         "dir": "directory",
12         "environment": "environment",
13         "event": "autocmdEvent",
14         "extension": "extension",
15         "file": "file",
16         "help": "help",
17         "highlight": "highlightGroup",
18         "history": "history",
19         "javascript": "javascript",
20         "macro": "macro",
21         "mapping": "userMapping",
22         "mark": "mark",
23         "menu": "menuItem",
24         "option": "option",
25         "preference": "preference",
26         "qmark": "quickmark",
27         "runtime": "runtime",
28         "search": "search",
29         "shellcmd": "shellCommand",
30         "toolbar": "toolbar",
31         "url": "url",
32         "usercommand": "userCommand"
33     },
34
35     "option-defaults": {
36         "guioptions": "rb"
37     }
38 }