Rebind tab close

This commit is contained in:
DogeyStamp 2021-07-12 08:21:59 -04:00
parent 7160424527
commit 10e0fda922

View File

@ -26,3 +26,7 @@ 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', 'tab-close', mode='normal')