diff --git a/TODO b/TODO index 682340bfa..84828b64b 100644 --- a/TODO +++ b/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). diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index 1267ecb24..619f4903c 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -589,6 +589,7 @@ DATA = OrderedDict([ ('pP', 'paste sel'), ('Pp', 'tabpaste'), ('PP', 'tabpaste sel'), + ('sf', 'save'), ('-', 'zoomout'), ('+', 'zoomin'), ('[[', 'prevpage'),