update qutebrowser

This commit is contained in:
Felix Van der Jeugt 2017-05-30 10:47:27 +02:00
parent 0e721f7973
commit a6025acb48
No known key found for this signature in database
GPG Key ID: 58B209295023754D
2 changed files with 17 additions and 0 deletions

View File

@ -469,6 +469,12 @@ run-macro
wq
ZZ
tab-pin
<ctrl-p>
tab-focus -1
g$
[insert]
# Keybindings for insert mode.
# Since normal keypresses are passed through, only special keys are

View File

@ -679,6 +679,11 @@ favicon-scale = 1.0
# Default: 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):
# Width of the progress indicator (0 to disable).
# Default: 3
@ -706,6 +711,12 @@ tabs-are-windows = false
# Default: {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):
# Alignment of the text inside of tabs
# Valid values: left, right, center