Fix up/down keybindings. Whooops.

This commit is contained in:
Florian Bruhin 2014-05-01 23:27:18 +02:00
parent 4137e5de53
commit 2d8c8fa40f

View File

@ -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>}'),
)), )),