update qutebrowser
This commit is contained in:
parent
0e721f7973
commit
a6025acb48
@ -469,6 +469,12 @@ run-macro
|
|||||||
wq
|
wq
|
||||||
ZZ
|
ZZ
|
||||||
|
|
||||||
|
tab-pin
|
||||||
|
<ctrl-p>
|
||||||
|
|
||||||
|
tab-focus -1
|
||||||
|
g$
|
||||||
|
|
||||||
[insert]
|
[insert]
|
||||||
# Keybindings for insert mode.
|
# Keybindings for insert mode.
|
||||||
# Since normal keypresses are passed through, only special keys are
|
# Since normal keypresses are passed through, only special keys are
|
||||||
|
@ -679,6 +679,11 @@ favicon-scale = 1.0
|
|||||||
# Default: 20%
|
# Default: 20%
|
||||||
width = 20%
|
width = 20%
|
||||||
|
|
||||||
|
# pinned-width (Int):
|
||||||
|
# The width for pinned tabs with a horizontal tabbar, in px.
|
||||||
|
# Default: 43
|
||||||
|
pinned-width = 43
|
||||||
|
|
||||||
# indicator-width (Int):
|
# indicator-width (Int):
|
||||||
# Width of the progress indicator (0 to disable).
|
# Width of the progress indicator (0 to disable).
|
||||||
# Default: 3
|
# Default: 3
|
||||||
@ -706,6 +711,12 @@ tabs-are-windows = false
|
|||||||
# Default: {index}: {title}
|
# Default: {index}: {title}
|
||||||
title-format = {index}: {title}
|
title-format = {index}: {title}
|
||||||
|
|
||||||
|
# title-format-pinned (FormatString):
|
||||||
|
# The format to use for the tab title for pinned tabs. The same
|
||||||
|
# placeholders like for title-format are defined.
|
||||||
|
# Default: {index}
|
||||||
|
title-format-pinned = {index}
|
||||||
|
|
||||||
# title-alignment (TextAlignment):
|
# title-alignment (TextAlignment):
|
||||||
# Alignment of the text inside of tabs
|
# Alignment of the text inside of tabs
|
||||||
# Valid values: left, right, center
|
# Valid values: left, right, center
|
||||||
|
Loading…
Reference in New Issue
Block a user