commit 97fb92d16d4ef31e14e51954eb7a1bf74375f7ea
parent 70fce794b8faf8560c9588cc4e5c698e8e927097
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Fri, 18 Jun 2021 22:29:54 -0400
Add shortcut to edit url in qutebrowser
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py
@@ -223,6 +223,7 @@ c.scrolling.smooth = False
# Bindings for normal mode
config.bind('M', 'hint links spawn mpv {hint-url}')
config.bind('m', 'spawn mpv {url}')
+config.bind('E', 'edit-url')
config.bind('Z', 'hint links spawn st -e youtube-dl {hint-url}')
config.bind('t', 'set-cmd-text -s :open -t')
config.bind('xb', 'config-cycle statusbar.show always never')