diff options
| author | ilya | 2010-03-08 17:32:06 -0800 |
|---|---|---|
| committer | ilya | 2010-03-09 10:43:49 -0800 |
| commit | a8ff9eb9884b62246edce678c96bf02ddc40a02b (patch) | |
| tree | b3d08510860678fcd83f30152a66cd772e3f075c /commands.js | |
| parent | 6ba452c4e8c206c754fa6ea07180acc709c5f933 (diff) | |
| download | vimium-a8ff9eb9884b62246edce678c96bf02ddc40a02b.tar.bz2 | |
Remove some key bindings that are broken in the current default mappings.
Diffstat (limited to 'commands.js')
| -rw-r--r-- | commands.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/commands.js b/commands.js index 6fcad6b9..7e118cd0 100644 --- a/commands.js +++ b/commands.js @@ -124,10 +124,7 @@ mapKeyToCommand('gf', 'toggleViewSource'); mapKeyToCommand('i', 'enterInsertMode'); -mapKeyToCommand('ba', 'goBack'); mapKeyToCommand('H', 'goBack'); -mapKeyToCommand('fw', 'goForward'); -mapKeyToCommand('fo', 'goForward'); mapKeyToCommand('L', 'goForward'); mapKeyToCommand('zi', 'zoomIn'); |
