setting a vertical bar in qutebrowser

This commit is contained in:
Chris Cochrun 2025-08-29 06:51:37 -05:00
parent 742510e728
commit 0a616cadf3

View file

@ -2009,7 +2009,7 @@ c.statusbar.widgets = ['keypress', 'url', 'scroll', 'history', 'progress']
## - bottom
## - left
## - right
# c.tabs.position = 'top'
c.tabs.position = 'left'
## Which tab to select when the focused tab is removed.
## Type: SelectOnRemove
@ -2077,7 +2077,7 @@ c.tabs.title.alignment = "center"
## Width (in pixels or as percentage of the window) of the tab bar if
## it's vertical.
## Type: PercOrInt
# c.tabs.width = '20%'
c.tabs.width = 30
## Wrap when changing tabs.
## Type: Bool
@ -2251,8 +2251,8 @@ c.zoom.default = '100%'
# config.bind('F', 'hint all tab')
# config.bind('G', 'scroll-to-perc')
# config.bind('H', 'back')
config.bind("K", "tab-next")
config.bind("J", "tab-prev")
config.bind("K", "tab-prev")
config.bind("J", "tab-next")
# config.bind('L', 'forward')
# config.bind('M', 'bookmark-add')
# config.bind('N', 'search-prev')