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]= [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).

View File

@ -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'),