diff options
Diffstat (limited to 'commands.js')
| -rw-r--r-- | commands.js | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/commands.js b/commands.js index de70a0a9..be01a180 100644 --- a/commands.js +++ b/commands.js @@ -100,15 +100,8 @@ function clearKeyMappingsAndSetDefaults() { "<c-e>": "scrollDown", "<c-y>": "scrollUp", - // scrollPageDown and scrollPageUp are mapped to two keys because they are very common actions so we - // want them to be mapped without a modifier key, but we also want to be faithful to Vim convention which - // has them on ctrl+D and ctrl+U. "d": "scrollPageDown", "u": "scrollPageUp", - "<c-d>": "scrollPageDown", - "<c-u>": "scrollPageUp", - "<c-f>": "scrollFullPageDown", - "<c-b>": "scrollFullPageUp", "r": "reload", "gs": "toggleViewSource", @@ -240,4 +233,4 @@ var commandGroups = { var advancedCommands = [ "scrollToLeft", "scrollToRight", "zoomReset", "goUp", "focusInput", "activateLinkHintsModeWithQueue", - "goPrevious", "goNext"];
\ No newline at end of file + "goPrevious", "goNext"]; |
