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:
38
common/config.json
Normal file
38
common/config.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user