From db78db6ce2cfbea5f864f6cd45f701bc9b5f9cdc Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Tue, 22 Aug 2023 22:47:14 -0400 Subject: [PATCH] fix: update qutebrowser keybinds Signed-off-by: Lucas Sta Maria --- .config/qutebrowser/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index b2616e0..f5970c0 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -13,8 +13,8 @@ c.bindings.commands["normal"] = { # Commands "": "cmd-set-text :", - "b": "cmd-set-text :buffer", - "k": "tab-close", + "b": "cmd-set-text :tab-focus", + "": "tab-close", "": "quit", # Searching