1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 14:04:14 +01:00

More cleanup. Fix some Teledactyl bugginess.

This commit is contained in:
Kris Maglione
2011-09-29 21:25:17 -04:00
parent acd13342a4
commit 0cf1151e0a
21 changed files with 813 additions and 716 deletions

38
common/config.json Normal file
View File

@@ -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"
}
}