diff options
| author | ilya | 2011-02-16 22:55:09 -0800 |
|---|---|---|
| committer | ilya | 2011-02-16 22:55:09 -0800 |
| commit | 7d6f743eee815aa50dd668ace8a494867aed088c (patch) | |
| tree | 84fd0434a544f5c06ae48e14e27cf123cb5963a0 /commands.js | |
| parent | 0bc004b21b91eac7b4690798ed22cafd871c97b0 (diff) | |
| download | vimium-7d6f743eee815aa50dd668ace8a494867aed088c.tar.bz2 | |
Remove <c-d>, <c-f> default mappings and related because they cause too many problems for people.
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"]; |
