Remove qutebrowser h shortcut

This commit is contained in:
dogeystamp 2021-08-14 09:05:03 -04:00
parent 9ef2574a9a
commit 7ec8e7e954
No known key found for this signature in database
GPG Key ID: 4B11A996ADE99001

View File

@ -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')