Add keybinding for save

This commit is contained in:
Florian Bruhin 2014-05-09 13:12:24 +02:00
parent 95f2950335
commit 1843301a7e
2 changed files with 1 additions and 3 deletions

3
TODO
View File

@ -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).

View File

@ -589,6 +589,7 @@ DATA = OrderedDict([
('pP', 'paste sel'),
('Pp', 'tabpaste'),
('PP', 'tabpaste sel'),
('sf', 'save'),
('-', 'zoomout'),
('+', 'zoomin'),
('[[', 'prevpage'),