From 7ec8e7e954b580dd165ef90eabbaa285b94a47ae Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Sat, 14 Aug 2021 09:05:03 -0400 Subject: [PATCH] Remove qutebrowser h shortcut --- .config/qutebrowser/config.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index dfd99ca..b63ccd0 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -31,7 +31,3 @@ c.content.private_browsing = True c.tabs.max_width = 100 c.tabs.position = "bottom" c.statusbar.show = "in-mode" - -# This is so when using newsboat with qutebrowser, -# they can be operated using only hjkl. -config.bind('h', 'quit', mode='normal')