From 4131c70a1c481146593b4bac9fba74a577421230 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 20 Nov 2021 23:03:43 +0100 Subject: [PATCH] [Qutebrowser] Fix conflicting keybinds --- .config/qutebrowser/keybinds.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')