From a8ff9eb9884b62246edce678c96bf02ddc40a02b Mon Sep 17 00:00:00 2001 From: ilya Date: Mon, 8 Mar 2010 17:32:06 -0800 Subject: Remove some key bindings that are broken in the current default mappings. --- commands.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'commands.js') 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'); -- cgit v1.2.3