Add keybinding for inspector

This commit is contained in:
Florian Bruhin 2014-05-26 12:20:42 +02:00
parent 15a27a4c96
commit 6676eefb03
2 changed files with 1 additions and 3 deletions

3
TODO
View File

@ -269,9 +269,6 @@ Toggle proxy (command proxy).
V
Next navigation action will be opened in a new tab (command new_tab).
[n]wi
Show the webinspector of tab n or of current tab if n is omitted. Note that enable-developer-extras has to be set. (commmand web_inspector, aliases: inspect, insp).
g.
Toggle hidden files when browsing local filesystem. (command open_editor, aliases: editor).

View File

@ -646,6 +646,7 @@ DATA = OrderedDict([
(']]', 'next-page'),
('{{', 'prev-page-tab'),
('}}', 'next-page-tab'),
('wi', 'inspector'),
('<Ctrl-Tab>', 'tab-focus-last'),
('<Ctrl-V>', 'enter-mode passthrough'),
('<Ctrl-Q>', 'quit'),