Add keybinding for inspector
This commit is contained in:
parent
15a27a4c96
commit
6676eefb03
3
TODO
3
TODO
@ -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).
|
||||
|
||||
|
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user