Add bindings for ss/sl/sk (set/set_temp/set keybind)

This commit is contained in:
Florian Bruhin 2014-05-09 13:14:31 +02:00
parent 1843301a7e
commit a4556a956e
2 changed files with 3 additions and 9 deletions

9
TODO
View File

@ -398,15 +398,6 @@ Toggle "view source" (command view_source, aliases: source, so).
gs
Add a searchengine. Textfields can be chosen with tab and a keyword must be specified. The first defined searchengine will be the default searchengine. The keyword can be used in all open commands, e.g. :open <keyword> <searchterm> (command save_search_field, aliases: search).
ss
Set setting, the interactive version of the command set, for changing settings in scripts use set instead (command set_setting).
sl
Set local setting, changes a setting but doesnt save the setting to configuration file. The interactive version of the command local_set, for changing settings locally in scripts use local_set instead (command set_local_setting).
sk
Set keyboard shortcut (command set_key, aliases: keys).
C-p
Toggle proxy (command proxy).

View File

@ -590,6 +590,9 @@ DATA = OrderedDict([
('Pp', 'tabpaste'),
('PP', 'tabpaste sel'),
('sf', 'save'),
('ss', 'set'),
('sl', 'set_temp'),
('sk', 'set keybind'),
('-', 'zoomout'),
('+', 'zoomin'),
('[[', 'prevpage'),