Bind pgup/pgdown/shift+space
This commit is contained in:
parent
625d369c33
commit
285a1c86b4
@ -606,7 +606,10 @@ DATA = OrderedDict([
|
||||
('<Down>', '${j}'),
|
||||
('<Up>', '${k}'),
|
||||
('<Right>', '${l}'),
|
||||
('<Shift-Space>', '${<Ctrl-B>}'),
|
||||
('<Space>', '${<Ctrl-F>}'),
|
||||
('<PgUp>', '${<Ctrl-B>}'),
|
||||
('<PgDown>', '${<Ctrl-F>}'),
|
||||
)),
|
||||
|
||||
('keybind.insert', sect.ValueList(
|
||||
|
Loading…
Reference in New Issue
Block a user