Add navigation by arrow keys

This commit is contained in:
Florian Bruhin 2014-04-25 13:37:54 +02:00
parent 9c1fbd8802
commit 0187623950

View File

@ -446,6 +446,10 @@ DATA = OrderedDict([
('<Ctrl-D>', 'scroll_page 0 0.5'),
('<Ctrl-U>', 'scroll_page 0 -0.5'),
('<Backspace>', 'back'),
('<Left>', '${h}'),
('<Down>', '${k}'),
('<Up>', '${j}'),
('<Right>', '${l}'),
)),
('keybind.insert', sect.ValueList(