Add navigation by arrow keys
This commit is contained in:
parent
9c1fbd8802
commit
0187623950
@ -446,6 +446,10 @@ DATA = OrderedDict([
|
|||||||
('<Ctrl-D>', 'scroll_page 0 0.5'),
|
('<Ctrl-D>', 'scroll_page 0 0.5'),
|
||||||
('<Ctrl-U>', 'scroll_page 0 -0.5'),
|
('<Ctrl-U>', 'scroll_page 0 -0.5'),
|
||||||
('<Backspace>', 'back'),
|
('<Backspace>', 'back'),
|
||||||
|
('<Left>', '${h}'),
|
||||||
|
('<Down>', '${k}'),
|
||||||
|
('<Up>', '${j}'),
|
||||||
|
('<Right>', '${l}'),
|
||||||
)),
|
)),
|
||||||
|
|
||||||
('keybind.insert', sect.ValueList(
|
('keybind.insert', sect.ValueList(
|
||||||
|
Loading…
Reference in New Issue
Block a user