Skip to content

Commit a8ff9eb

Browse files
committed
Remove some key bindings that are broken in the current default mappings.
1 parent 6ba452c commit a8ff9eb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Navigating the current page:
4646
y copy the current url to the clipboard
4747

4848
Navigating your history:
49-
ba, H go back in history
50-
fw, fo, L go forward in history
49+
H go back in history
50+
L go forward in history
5151

5252
Manipulating tabs:
5353
J, gT go one tab left

commands.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,7 @@ mapKeyToCommand('gf', 'toggleViewSource');
124124

125125
mapKeyToCommand('i', 'enterInsertMode');
126126

127-
mapKeyToCommand('ba', 'goBack');
128127
mapKeyToCommand('H', 'goBack');
129-
mapKeyToCommand('fw', 'goForward');
130-
mapKeyToCommand('fo', 'goForward');
131128
mapKeyToCommand('L', 'goForward');
132129

133130
mapKeyToCommand('zi', 'zoomIn');

0 commit comments

Comments
 (0)