[Qutebrowser] Fix conflicting keybinds

This commit is contained in:
2021-11-20 23:03:43 +01:00
parent df161b7fde
commit 4131c70a1c

View File

@@ -196,8 +196,8 @@ config.bind('<F5>', 'reload')
config.bind('<Ctrl-F5>', 'reload -f')
# view
config.bind('vh', 'history')
config.bind('vs', 'view-source')
config.bind(',vh', 'history')
config.bind(',vs', 'view-source')
# yank
config.bind('yd', 'yank domain')