mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 16:12:26 +01:00
massive options.js cleanup. It is now only responsible for the options framework, but does not host
any option. They are now saved in the modules where the corresponding features are defined or in vim.js if they are general options. Expect the same code rework for commands and mappings.
This commit is contained in:
@@ -376,7 +376,7 @@ vimperator.Mappings = function () //{{{
|
||||
{ shortHelp: "Open help window" }
|
||||
));
|
||||
addDefaultMap(new vimperator.Map(allModes, ["<Esc>", "<C-[>"],
|
||||
vimperator.events.onEscape,
|
||||
function () { vimperator.events.onEscape() },
|
||||
{ shortHelp: "Focus content" }
|
||||
));
|
||||
addDefaultMap(new vimperator.Map(noninsertModes, [":"],
|
||||
|
||||
Reference in New Issue
Block a user