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]=
|
[n]=
|
||||||
Zoom to n percent or to 100% if n is omitted(command zoom, aliases: z).
|
Zoom to n percent or to 100% if n is omitted(command zoom, aliases: z).
|
||||||
|
|
||||||
sf
|
|
||||||
Save all configuration files (command save).
|
|
||||||
|
|
||||||
ZZ
|
ZZ
|
||||||
Save current session and exit (command save_session, aliases: wq).
|
Save current session and exit (command save_session, aliases: wq).
|
||||||
|
|
||||||
|
@ -589,6 +589,7 @@ DATA = OrderedDict([
|
|||||||
('pP', 'paste sel'),
|
('pP', 'paste sel'),
|
||||||
('Pp', 'tabpaste'),
|
('Pp', 'tabpaste'),
|
||||||
('PP', 'tabpaste sel'),
|
('PP', 'tabpaste sel'),
|
||||||
|
('sf', 'save'),
|
||||||
('-', 'zoomout'),
|
('-', 'zoomout'),
|
||||||
('+', 'zoomin'),
|
('+', 'zoomin'),
|
||||||
('[[', 'prevpage'),
|
('[[', 'prevpage'),
|
||||||
|
Loading…
Reference in New Issue
Block a user