[Qutebrowser] Fix conflicting keybinds

Tento commit je obsažen v:
2021-11-20 23:03:43 +01:00
rodič df161b7fde
revize 4131c70a1c

Zobrazit soubor

@@ -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')