[Qutebrowser] Fix conflicting keybinds

This commit is contained in:
Lucien Cartier-Tilet 2021-11-20 23:03:43 +01:00
parent df161b7fde
commit 4131c70a1c
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

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