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'),
('<Backspace>', 'back'),
('<Left>', '${h}'),
('<Down>', '${k}'),
('<Up>', '${j}'),
('<Down>', '${j}'),
('<Up>', '${k}'),
('<Right>', '${l}'),
('<Space>', '${<Ctrl-F>}'),
)),