From 22b5f78e6d587f48187f1f69c05376a37a445a73 Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Tue, 19 Nov 2024 23:02:26 +0100 Subject: [PATCH] qutebrowser --- qutebrowser/config.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index f8f8153..d01c45b 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -12,8 +12,9 @@ config.bind("<", "tab-move -") config.bind("", "tab-prev") config.bind("", "tab-next") config.bind("", "cmd-set-text :open {url:pretty}") -config.bind("", "restart", mode="normal") -config.bind("", "history") +config.bind("", "reload") +config.bind("", "restart", mode="normal") +config.bind("", "history") config.bind("", "config-cycle tabs.position top left") config.bind("", "devtools") config.bind("", "view-source") @@ -28,6 +29,7 @@ config.bind("to", "tab-focus") config.bind("ΓΈ", "cmd-set-text :") config.bind("m", 'cmd-set-text :quickmark-add {url:pretty} "', mode="normal") config.bind("D", "tab-close") +config.unbind("co") # close all tabs except this one config.unbind("") # delete tab config.unbind("d", mode="normal") # delete tab config.unbind("q", mode="normal") # macro recording