update qutebrowser
This commit is contained in:
parent
20b824270e
commit
2f117d535b
@ -433,6 +433,12 @@ yank -p
|
|||||||
yank -ps
|
yank -ps
|
||||||
yP
|
yP
|
||||||
|
|
||||||
|
hint inputs
|
||||||
|
;t
|
||||||
|
|
||||||
|
repeat-command
|
||||||
|
.
|
||||||
|
|
||||||
[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
|
||||||
@ -531,6 +537,9 @@ prompt-yes
|
|||||||
prompt-no
|
prompt-no
|
||||||
n
|
n
|
||||||
|
|
||||||
|
prompt-open-download
|
||||||
|
<ctrl-x>
|
||||||
|
|
||||||
[command,prompt]
|
[command,prompt]
|
||||||
|
|
||||||
rl-backward-char
|
rl-backward-char
|
||||||
|
@ -34,11 +34,6 @@
|
|||||||
# smart: Search case-sensitively if there are capital chars
|
# smart: Search case-sensitively if there are capital chars
|
||||||
# Default: smart
|
# Default: smart
|
||||||
#
|
#
|
||||||
# wrap-search (Bool):
|
|
||||||
# Whether to wrap finding text to the top when arriving at the end.
|
|
||||||
# Valid values: true, false
|
|
||||||
# Default: true
|
|
||||||
#
|
|
||||||
# startpage (List):
|
# startpage (List):
|
||||||
# The default page(s) to open at the start, separated by commas.
|
# The default page(s) to open at the start, separated by commas.
|
||||||
# Default: https://duckduckgo.com
|
# Default: https://duckduckgo.com
|
||||||
@ -153,7 +148,6 @@
|
|||||||
# Valid values: host, path, query, anchor
|
# Valid values: host, path, query, anchor
|
||||||
# Default: path,query
|
# Default: path,query
|
||||||
ignore-case = smart
|
ignore-case = smart
|
||||||
wrap-search = true
|
|
||||||
startpage = https://www.duckduckgo.com
|
startpage = https://www.duckduckgo.com
|
||||||
default-page = ${startpage}
|
default-page = ${startpage}
|
||||||
auto-search = naive
|
auto-search = naive
|
||||||
@ -190,6 +184,11 @@ url-incdec-segments = path,query
|
|||||||
# Valid values: top, bottom
|
# Valid values: top, bottom
|
||||||
# Default: top
|
# Default: top
|
||||||
#
|
#
|
||||||
|
# status-position (VerticalPosition):
|
||||||
|
# The position of the status bar.
|
||||||
|
# Valid values: top, bottom
|
||||||
|
# Default: bottom
|
||||||
|
#
|
||||||
# message-timeout (Int):
|
# message-timeout (Int):
|
||||||
# Time (in ms) to show messages in the statusbar for.
|
# Time (in ms) to show messages in the statusbar for.
|
||||||
# Default: 2000
|
# Default: 2000
|
||||||
@ -208,11 +207,6 @@ url-incdec-segments = path,query
|
|||||||
# never: Never show a confirmation.
|
# never: Never show a confirmation.
|
||||||
# Default: never
|
# Default: never
|
||||||
#
|
#
|
||||||
# display-statusbar-messages (Bool):
|
|
||||||
# Whether to display javascript statusbar messages.
|
|
||||||
# Valid values: true, false
|
|
||||||
# Default: false
|
|
||||||
#
|
|
||||||
# zoom-text-only (Bool):
|
# zoom-text-only (Bool):
|
||||||
# Whether the zoom factor on a frame applies only to the text or to
|
# Whether the zoom factor on a frame applies only to the text or to
|
||||||
# all content.
|
# all content.
|
||||||
@ -264,6 +258,7 @@ url-incdec-segments = path,query
|
|||||||
# otherwise.
|
# otherwise.
|
||||||
# * `{id}`: The internal window ID of this window.
|
# * `{id}`: The internal window ID of this window.
|
||||||
# * `{scroll_pos}`: The page scroll position.
|
# * `{scroll_pos}`: The page scroll position.
|
||||||
|
# * `{host}`: The host of the current web page.
|
||||||
# Default: {perc}{title}{title_sep}qutebrowser
|
# Default: {perc}{title}{title_sep}qutebrowser
|
||||||
#
|
#
|
||||||
# hide-mouse-cursor (Bool):
|
# hide-mouse-cursor (Bool):
|
||||||
@ -289,10 +284,10 @@ url-incdec-segments = path,query
|
|||||||
zoom-levels = 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500%
|
zoom-levels = 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500%
|
||||||
default-zoom = 100%
|
default-zoom = 100%
|
||||||
downloads-position = top
|
downloads-position = top
|
||||||
|
status-position = bottom
|
||||||
message-timeout = 2000
|
message-timeout = 2000
|
||||||
message-unfocused = false
|
message-unfocused = false
|
||||||
confirm-quit = never
|
confirm-quit = never
|
||||||
display-statusbar-messages = false
|
|
||||||
zoom-text-only = false
|
zoom-text-only = false
|
||||||
frame-flattening = false
|
frame-flattening = false
|
||||||
user-stylesheet = ::-webkit-scrollbar { width: 0px; height: 0px; }
|
user-stylesheet = ::-webkit-scrollbar { width: 0px; height: 0px; }
|
||||||
@ -619,6 +614,7 @@ mouse-zoom-divider = 512
|
|||||||
# * `{index}`: The index of this tab.
|
# * `{index}`: The index of this tab.
|
||||||
# * `{id}`: The internal tab ID of this tab.
|
# * `{id}`: The internal tab ID of this tab.
|
||||||
# * `{scroll_pos}`: The page scroll position.
|
# * `{scroll_pos}`: The page scroll position.
|
||||||
|
# * `{host}`: The host of the current web page.
|
||||||
# Default: {index}: {title}
|
# Default: {index}: {title}
|
||||||
#
|
#
|
||||||
# title-alignment (TextAlignment):
|
# title-alignment (TextAlignment):
|
||||||
@ -993,7 +989,7 @@ DEFAULT = https://duckduckgo.com/?q={}
|
|||||||
# Colors used in the UI.
|
# Colors used in the UI.
|
||||||
# A value can be in one of the following format:
|
# A value can be in one of the following format:
|
||||||
# * `#RGB`/`#RRGGBB`/`#RRRGGGBBB`/`#RRRRGGGGBBBB`
|
# * `#RGB`/`#RRGGBB`/`#RRRGGGBBB`/`#RRRRGGGGBBBB`
|
||||||
# * A SVG color name as specified in http://www.w3.org/TR/SVG/types.html#ColorKeywords[the W3C specification].
|
# * An SVG color name as specified in http://www.w3.org/TR/SVG/types.html#ColorKeywords[the W3C specification].
|
||||||
# * transparent (no color)
|
# * transparent (no color)
|
||||||
# * `rgb(r, g, b)` / `rgba(r, g, b, a)` (values 0-255 or percentages)
|
# * `rgb(r, g, b)` / `rgba(r, g, b, a)` (values 0-255 or percentages)
|
||||||
# * `hsv(h, s, v)` / `hsva(h, s, v, a)` (values 0-255, hue 0-359)
|
# * `hsv(h, s, v)` / `hsva(h, s, v, a)` (values 0-255, hue 0-359)
|
||||||
|
Loading…
Reference in New Issue
Block a user