mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 13:24:18 +01:00
Remove some config.name checks. Add configbase module.
This commit is contained in:
@@ -122,6 +122,16 @@ const config = { //{{{
|
||||
"various.html", "index.html", "version.html"
|
||||
],
|
||||
|
||||
get ignoreKeys() {
|
||||
delete this.ignoreKeys;
|
||||
return this.ignoreKeys = {
|
||||
"<Return>": modes.NORMAL | modes.INSERT,
|
||||
"<Space>": modes.NORMAL | modes.INSERT,
|
||||
"<Up>": modes.NORMAL | modes.INSERT,
|
||||
"<Down>": modes.NORMAL | modes.INSERT,
|
||||
}
|
||||
},
|
||||
|
||||
optionDefaults: {
|
||||
showtabline: 2,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user