Fix up/down keybindings. Whooops.
This commit is contained in:
parent
4137e5de53
commit
2d8c8fa40f
@ -500,8 +500,8 @@ DATA = OrderedDict([
|
|||||||
('<Ctrl-U>', 'scroll_page 0 -0.5'),
|
('<Ctrl-U>', 'scroll_page 0 -0.5'),
|
||||||
('<Backspace>', 'back'),
|
('<Backspace>', 'back'),
|
||||||
('<Left>', '${h}'),
|
('<Left>', '${h}'),
|
||||||
('<Down>', '${k}'),
|
('<Down>', '${j}'),
|
||||||
('<Up>', '${j}'),
|
('<Up>', '${k}'),
|
||||||
('<Right>', '${l}'),
|
('<Right>', '${l}'),
|
||||||
('<Space>', '${<Ctrl-F>}'),
|
('<Space>', '${<Ctrl-F>}'),
|
||||||
)),
|
)),
|
||||||
|
Loading…
Reference in New Issue
Block a user