Add 'e' binding
This commit is contained in:
parent
0a8529484a
commit
ffae7f624c
|
@ -127,6 +127,9 @@ config.set('content.javascript.enabled', True, 'qute://*/*')
|
||||||
# - ask
|
# - ask
|
||||||
config.set('content.notifications', False, 'https://www.reddit.com')
|
config.set('content.notifications', False, 'https://www.reddit.com')
|
||||||
|
|
||||||
|
# Editor
|
||||||
|
config.set('editor.command', [ 'st', '-e', 'vim', '{file}' ]);
|
||||||
|
|
||||||
# When/how to show the scrollbar.
|
# When/how to show the scrollbar.
|
||||||
# Type: String
|
# Type: String
|
||||||
# Valid values:
|
# Valid values:
|
||||||
|
@ -209,3 +212,4 @@ config.bind('M', 'hint links spawn mpv {hint-url}')
|
||||||
config.bind('xb', 'config-cycle statusbar.show always never')
|
config.bind('xb', 'config-cycle statusbar.show always never')
|
||||||
config.bind('xt', 'config-cycle tabs.show always never')
|
config.bind('xt', 'config-cycle tabs.show always never')
|
||||||
config.bind('xx', 'config-cycle statusbar.show always never;; config-cycle tabs.show always never')
|
config.bind('xx', 'config-cycle statusbar.show always never;; config-cycle tabs.show always never')
|
||||||
|
config.bind('e', 'edit-url')
|
||||||
|
|
Loading…
Reference in New Issue