mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 07:25:45 +01:00
Add to TODO, etc.
This commit is contained in:
@@ -47,6 +47,8 @@ const configbase = { //{{{
|
||||
|
||||
ignoreKeys: {},
|
||||
|
||||
modes: [],
|
||||
|
||||
optionDefaults: {},
|
||||
|
||||
scripts: [],
|
||||
|
||||
@@ -288,8 +288,7 @@ const modes = (function () //{{{
|
||||
self.addMode("LINE", true); // linewise visual mode
|
||||
self.addMode("PROMPT", true);
|
||||
|
||||
if (config.modes)
|
||||
config.modes.forEach(function (mode) { self.addMode.apply(self, mode) });
|
||||
config.modes.forEach(function (mode) { self.addMode.apply(self, mode) });
|
||||
|
||||
return self;
|
||||
//}}}
|
||||
|
||||
Reference in New Issue
Block a user