Add keybinding for save
This commit is contained in:
parent
95f2950335
commit
1843301a7e
3
TODO
3
TODO
@ -386,9 +386,6 @@ Reload tab n or current tab if n is omitted without using any cached data (comma
|
||||
[n]=
|
||||
Zoom to n percent or to 100% if n is omitted(command zoom, aliases: z).
|
||||
|
||||
sf
|
||||
Save all configuration files (command save).
|
||||
|
||||
ZZ
|
||||
Save current session and exit (command save_session, aliases: wq).
|
||||
|
||||
|
@ -589,6 +589,7 @@ DATA = OrderedDict([
|
||||
('pP', 'paste sel'),
|
||||
('Pp', 'tabpaste'),
|
||||
('PP', 'tabpaste sel'),
|
||||
('sf', 'save'),
|
||||
('-', 'zoomout'),
|
||||
('+', 'zoomin'),
|
||||
('[[', 'prevpage'),
|
||||
|
Loading…
Reference in New Issue
Block a user