[Qutebrowser] Fix conflicting keybinds
This commit is contained in:
parent
df161b7fde
commit
4131c70a1c
@ -196,8 +196,8 @@ config.bind('<F5>', 'reload')
|
|||||||
config.bind('<Ctrl-F5>', 'reload -f')
|
config.bind('<Ctrl-F5>', 'reload -f')
|
||||||
|
|
||||||
# view
|
# view
|
||||||
config.bind('vh', 'history')
|
config.bind(',vh', 'history')
|
||||||
config.bind('vs', 'view-source')
|
config.bind(',vs', 'view-source')
|
||||||
|
|
||||||
# yank
|
# yank
|
||||||
config.bind('yd', 'yank domain')
|
config.bind('yd', 'yank domain')
|
||||||
|
Loading…
Reference in New Issue
Block a user