diff --git a/.config/qutebrowser/keybinds.py b/.config/qutebrowser/keybinds.py index 7314fc7..e75f3cc 100644 --- a/.config/qutebrowser/keybinds.py +++ b/.config/qutebrowser/keybinds.py @@ -196,8 +196,8 @@ config.bind('', 'reload') config.bind('', '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')