update qutebrowser and use word hints
This commit is contained in:
parent
3701cf6361
commit
7048f924ec
@ -29,6 +29,14 @@
|
|||||||
# with Shift. For special keys (with `<>`-signs), you need to explicitly add
|
# with Shift. For special keys (with `<>`-signs), you need to explicitly add
|
||||||
# `Shift-` to match a key pressed with shift. You can bind multiple commands
|
# `Shift-` to match a key pressed with shift. You can bind multiple commands
|
||||||
# by separating them with `;;`.
|
# by separating them with `;;`.
|
||||||
|
#
|
||||||
|
# Note that default keybindings are always bound, and need to be explicitly
|
||||||
|
# unbound if you wish to remove them:
|
||||||
|
#
|
||||||
|
# <unbound>
|
||||||
|
# keychain
|
||||||
|
# keychain2
|
||||||
|
# ...
|
||||||
|
|
||||||
[!normal]
|
[!normal]
|
||||||
|
|
||||||
@ -324,7 +332,7 @@ download
|
|||||||
download-cancel
|
download-cancel
|
||||||
ad
|
ad
|
||||||
|
|
||||||
download-remove --all
|
download-clear
|
||||||
cd
|
cd
|
||||||
|
|
||||||
view-source
|
view-source
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
[general]
|
[general]
|
||||||
# General/miscellaneous options.
|
# General/miscellaneous options.
|
||||||
#
|
#
|
||||||
# ignore-case:
|
# ignore-case (IgnoreCase):
|
||||||
# Whether to find text on a page case-insensitively.
|
# Whether to find text on a page case-insensitively.
|
||||||
# true: Search case-insensitively
|
# true: Search case-insensitively
|
||||||
# false: Search case-sensitively
|
# false: Search case-sensitively
|
||||||
@ -48,7 +48,7 @@
|
|||||||
# `about:blank` for a blank page.
|
# `about:blank` for a blank page.
|
||||||
# Default: ${startpage}
|
# Default: ${startpage}
|
||||||
#
|
#
|
||||||
# auto-search:
|
# auto-search (AutoSearch):
|
||||||
# Whether to start a search when something else than a URL is
|
# Whether to start a search when something else than a URL is
|
||||||
# entered.
|
# entered.
|
||||||
# naive: Use simple/naive check.
|
# naive: Use simple/naive check.
|
||||||
@ -67,8 +67,9 @@
|
|||||||
#
|
#
|
||||||
# editor (ShellCommand):
|
# editor (ShellCommand):
|
||||||
# The editor (and arguments) to use for the `open-editor` command.
|
# The editor (and arguments) to use for the `open-editor` command.
|
||||||
# Use `{}` for the filename. The value gets split like in a shell,
|
# The arguments get split like in a shell, so you can use `"` or `'`
|
||||||
# so you can use `"` or `'` to quote arguments.
|
# to quote them.
|
||||||
|
# `{}` gets replaced by the filename of the file to be edited.
|
||||||
# Default: gvim -f "{}"
|
# Default: gvim -f "{}"
|
||||||
#
|
#
|
||||||
# editor-encoding (Encoding):
|
# editor-encoding (Encoding):
|
||||||
@ -115,7 +116,7 @@
|
|||||||
# used.
|
# used.
|
||||||
# Default:
|
# Default:
|
||||||
#
|
#
|
||||||
# new-instance-open-target:
|
# new-instance-open-target (String):
|
||||||
# How to open links in an existing instance if a new one is
|
# How to open links in an existing instance if a new one is
|
||||||
# launched.
|
# launched.
|
||||||
# tab: Open a new tab in the existing window and activate the
|
# tab: Open a new tab in the existing window and activate the
|
||||||
@ -129,22 +130,24 @@
|
|||||||
# window: Open in a new window.
|
# window: Open in a new window.
|
||||||
# Default: tab
|
# Default: tab
|
||||||
#
|
#
|
||||||
# log-javascript-console (Bool):
|
# log-javascript-console (String):
|
||||||
# Whether to log javascript console messages.
|
# How to log javascript console messages.
|
||||||
# Valid values: true, false
|
# none: Don't log messages.
|
||||||
# Default: false
|
# debug: Log messages with debug level.
|
||||||
|
# info: Log messages with info level.
|
||||||
|
# Default: debug
|
||||||
#
|
#
|
||||||
# save-session (Bool):
|
# save-session (Bool):
|
||||||
# Whether to always save the open pages.
|
# Whether to always save the open pages.
|
||||||
# Valid values: true, false
|
# Valid values: true, false
|
||||||
# Default: false
|
# Default: false
|
||||||
#
|
#
|
||||||
# session-default-name:
|
# session-default-name (SessionName):
|
||||||
# The name of the session to save by default, or empty for the last
|
# The name of the session to save by default, or empty for the last
|
||||||
# loaded session.
|
# loaded session.
|
||||||
# Default:
|
# Default:
|
||||||
#
|
#
|
||||||
# url-incdec-segments (URLSegmentList):
|
# url-incdec-segments (FlagList):
|
||||||
# The URL segments where `:navigate increment/decrement` will search
|
# The URL segments where `:navigate increment/decrement` will search
|
||||||
# for a number.
|
# for a number.
|
||||||
# Valid values: host, path, query, anchor
|
# Valid values: host, path, query, anchor
|
||||||
@ -165,7 +168,7 @@ xss-auditing = false
|
|||||||
site-specific-quirks = true
|
site-specific-quirks = true
|
||||||
default-encoding =
|
default-encoding =
|
||||||
new-instance-open-target = tab
|
new-instance-open-target = tab
|
||||||
log-javascript-console = false
|
log-javascript-console = none
|
||||||
save-session = false
|
save-session = false
|
||||||
session-default-name =
|
session-default-name =
|
||||||
url-incdec-segments = path,query
|
url-incdec-segments = path,query
|
||||||
@ -196,7 +199,7 @@ url-incdec-segments = path,query
|
|||||||
# Valid values: true, false
|
# Valid values: true, false
|
||||||
# Default: false
|
# Default: false
|
||||||
#
|
#
|
||||||
# confirm-quit:
|
# confirm-quit (ConfirmQuit):
|
||||||
# Whether to confirm quitting the application.
|
# Whether to confirm quitting the application.
|
||||||
# always: Always show a confirmation.
|
# always: Always show a confirmation.
|
||||||
# multiple-tabs: Show a confirmation if multiple tabs are
|
# multiple-tabs: Show a confirmation if multiple tabs are
|
||||||
@ -222,7 +225,7 @@ url-incdec-segments = path,query
|
|||||||
# Valid values: true, false
|
# Valid values: true, false
|
||||||
# Default: false
|
# Default: false
|
||||||
#
|
#
|
||||||
# user-stylesheet:
|
# user-stylesheet (UserStyleSheet):
|
||||||
# User stylesheet to use (absolute filename, filename relative to
|
# User stylesheet to use (absolute filename, filename relative to
|
||||||
# the config directory or CSS string). Will expand environment
|
# the config directory or CSS string). Will expand environment
|
||||||
# variables.
|
# variables.
|
||||||
@ -309,7 +312,7 @@ hide-wayland-decoration = false
|
|||||||
# Value to send in the `accept-language` header.
|
# Value to send in the `accept-language` header.
|
||||||
# Default: en-US,en
|
# Default: en-US,en
|
||||||
#
|
#
|
||||||
# referer-header (Referer):
|
# referer-header (String):
|
||||||
# Send the Referer header
|
# Send the Referer header
|
||||||
# always: Always send.
|
# always: Always send.
|
||||||
# never: Never send; this is not recommended, as some sites may
|
# never: Never send; this is not recommended, as some sites may
|
||||||
@ -318,11 +321,11 @@ hide-wayland-decoration = false
|
|||||||
# protect your privacy, but shouldn't break any sites.
|
# protect your privacy, but shouldn't break any sites.
|
||||||
# Default: same-domain
|
# Default: same-domain
|
||||||
#
|
#
|
||||||
# user-agent:
|
# user-agent (UserAgent):
|
||||||
# User agent to send. Empty to send the default.
|
# User agent to send. Empty to send the default.
|
||||||
# Default:
|
# Default:
|
||||||
#
|
#
|
||||||
# proxy:
|
# proxy (Proxy):
|
||||||
# The proxy to use.
|
# The proxy to use.
|
||||||
# In addition to the listed values, you can use a `socks://...` or
|
# In addition to the listed values, you can use a `socks://...` or
|
||||||
# `http://...` URL.
|
# `http://...` URL.
|
||||||
@ -361,7 +364,7 @@ dns-prefetch = true
|
|||||||
# Valid values: true, false
|
# Valid values: true, false
|
||||||
# Default: true
|
# Default: true
|
||||||
#
|
#
|
||||||
# download-path-suggestion:
|
# download-path-suggestion (String):
|
||||||
# What to display in the download filename input.
|
# What to display in the download filename input.
|
||||||
# path: Show only the download path.
|
# path: Show only the download path.
|
||||||
# filename: Show only download filename.
|
# filename: Show only download filename.
|
||||||
@ -451,7 +454,7 @@ scrollbar-padding = 2
|
|||||||
# Valid values: true, false
|
# Valid values: true, false
|
||||||
# Default: false
|
# Default: false
|
||||||
#
|
#
|
||||||
# forward-unbound-keys:
|
# forward-unbound-keys (String):
|
||||||
# Whether to forward unbound keys to the webview in normal mode.
|
# Whether to forward unbound keys to the webview in normal mode.
|
||||||
# all: Forward all unbound keys.
|
# all: Forward all unbound keys.
|
||||||
# auto: Forward unbound non-alphanumeric keys.
|
# auto: Forward unbound non-alphanumeric keys.
|
||||||
@ -503,14 +506,14 @@ mouse-zoom-divider = 512
|
|||||||
# Valid values: true, false
|
# Valid values: true, false
|
||||||
# Default: false
|
# Default: false
|
||||||
#
|
#
|
||||||
# select-on-remove:
|
# select-on-remove (SelectOnRemove):
|
||||||
# Which tab to select when the focused tab is removed.
|
# Which tab to select when the focused tab is removed.
|
||||||
# left: Select the tab on the left.
|
# left: Select the tab on the left.
|
||||||
# right: Select the tab on the right.
|
# right: Select the tab on the right.
|
||||||
# previous: Select the previously selected tab.
|
# previous: Select the previously selected tab.
|
||||||
# Default: right
|
# Default: right
|
||||||
#
|
#
|
||||||
# new-tab-position:
|
# new-tab-position (NewTabPosition):
|
||||||
# How new tabs are positioned.
|
# How new tabs are positioned.
|
||||||
# left: On the left of the current tab.
|
# left: On the left of the current tab.
|
||||||
# right: On the right of the current tab.
|
# right: On the right of the current tab.
|
||||||
@ -518,7 +521,7 @@ mouse-zoom-divider = 512
|
|||||||
# last: At the right end.
|
# last: At the right end.
|
||||||
# Default: right
|
# Default: right
|
||||||
#
|
#
|
||||||
# new-tab-position-explicit:
|
# new-tab-position-explicit (NewTabPosition):
|
||||||
# How new tabs opened explicitly are positioned.
|
# How new tabs opened explicitly are positioned.
|
||||||
# left: On the left of the current tab.
|
# left: On the left of the current tab.
|
||||||
# right: On the right of the current tab.
|
# right: On the right of the current tab.
|
||||||
@ -526,7 +529,7 @@ mouse-zoom-divider = 512
|
|||||||
# last: At the right end.
|
# last: At the right end.
|
||||||
# Default: last
|
# Default: last
|
||||||
#
|
#
|
||||||
# last-close:
|
# last-close (String):
|
||||||
# Behavior when the last tab is closed.
|
# Behavior when the last tab is closed.
|
||||||
# ignore: Don't do anything.
|
# ignore: Don't do anything.
|
||||||
# blank: Load a blank page.
|
# blank: Load a blank page.
|
||||||
@ -535,7 +538,7 @@ mouse-zoom-divider = 512
|
|||||||
# close: Close the window.
|
# close: Close the window.
|
||||||
# Default: ignore
|
# Default: ignore
|
||||||
#
|
#
|
||||||
# show (TabBarShow):
|
# show (String):
|
||||||
# When to show the tab bar
|
# When to show the tab bar
|
||||||
# always: Always show the tab bar.
|
# always: Always show the tab bar.
|
||||||
# never: Always hide the tab bar.
|
# never: Always hide the tab bar.
|
||||||
@ -558,7 +561,7 @@ mouse-zoom-divider = 512
|
|||||||
# Valid values: true, false
|
# Valid values: true, false
|
||||||
# Default: true
|
# Default: true
|
||||||
#
|
#
|
||||||
# close-mouse-button:
|
# close-mouse-button (String):
|
||||||
# On which mouse button to close tabs.
|
# On which mouse button to close tabs.
|
||||||
# right: Close tabs on right-click.
|
# right: Close tabs on right-click.
|
||||||
# middle: Close tabs on middle-click.
|
# middle: Close tabs on middle-click.
|
||||||
@ -602,6 +605,11 @@ mouse-zoom-divider = 512
|
|||||||
# * `{scroll_pos}`: The page scroll position.
|
# * `{scroll_pos}`: The page scroll position.
|
||||||
# Default: {index}: {title}
|
# Default: {index}: {title}
|
||||||
#
|
#
|
||||||
|
# title-alignment (TextAlignment):
|
||||||
|
# Alignment of the text inside of tabs
|
||||||
|
# Valid values: left, right, center
|
||||||
|
# Default: left
|
||||||
|
#
|
||||||
# mousewheel-tab-switching (Bool):
|
# mousewheel-tab-switching (Bool):
|
||||||
# Switch between tabs using the mouse wheel.
|
# Switch between tabs using the mouse wheel.
|
||||||
# Valid values: true, false
|
# Valid values: true, false
|
||||||
@ -630,6 +638,7 @@ width = 20%
|
|||||||
indicator-width = 3
|
indicator-width = 3
|
||||||
tabs-are-windows = false
|
tabs-are-windows = false
|
||||||
title-format = {index}: {title}
|
title-format = {index}: {title}
|
||||||
|
title-alignment = left
|
||||||
mousewheel-tab-switching = true
|
mousewheel-tab-switching = true
|
||||||
padding = 0,0,5,5
|
padding = 0,0,5,5
|
||||||
indicator-padding = 2,2,0,4
|
indicator-padding = 2,2,0,4
|
||||||
@ -802,7 +811,7 @@ cache-size = 52428800
|
|||||||
# Valid values: true, false
|
# Valid values: true, false
|
||||||
# Default: true
|
# Default: true
|
||||||
#
|
#
|
||||||
# cookies-accept:
|
# cookies-accept (String):
|
||||||
# Control which cookies to accept.
|
# Control which cookies to accept.
|
||||||
# all: Accept all cookies.
|
# all: Accept all cookies.
|
||||||
# no-3rdparty: Accept cookies from the same origin only.
|
# no-3rdparty: Accept cookies from the same origin only.
|
||||||
@ -870,10 +879,12 @@ host-blocking-whitelist = piwik.org
|
|||||||
# Opacity for hints.
|
# Opacity for hints.
|
||||||
# Default: 0.7
|
# Default: 0.7
|
||||||
#
|
#
|
||||||
# mode:
|
# mode (String):
|
||||||
# Mode to use for hints.
|
# Mode to use for hints.
|
||||||
# number: Use numeric hints.
|
# number: Use numeric hints.
|
||||||
# letter: Use the chars in the hints -> chars setting.
|
# letter: Use the chars in the hints -> chars setting.
|
||||||
|
# word: Use hints words based on the html elements and the extra
|
||||||
|
# words.
|
||||||
# Default: letter
|
# Default: letter
|
||||||
#
|
#
|
||||||
# chars (String):
|
# chars (String):
|
||||||
@ -895,6 +906,10 @@ host-blocking-whitelist = piwik.org
|
|||||||
# Valid values: true, false
|
# Valid values: true, false
|
||||||
# Default: false
|
# Default: false
|
||||||
#
|
#
|
||||||
|
# dictionary (File):
|
||||||
|
# The dictionary file to be used by the word hints.
|
||||||
|
# Default: /usr/share/dict/words
|
||||||
|
#
|
||||||
# auto-follow (Bool):
|
# auto-follow (Bool):
|
||||||
# Whether to auto-follow a hint if there's only one left.
|
# Whether to auto-follow a hint if there's only one left.
|
||||||
# Valid values: true, false
|
# Valid values: true, false
|
||||||
@ -910,11 +925,12 @@ host-blocking-whitelist = piwik.org
|
|||||||
# Default: \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b
|
# Default: \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b
|
||||||
border = 1px solid #E3BE23
|
border = 1px solid #E3BE23
|
||||||
opacity = 0.7
|
opacity = 0.7
|
||||||
mode = letter
|
mode = words
|
||||||
chars = asdfghjkl
|
chars = asdfghjkl
|
||||||
min-chars = 1
|
min-chars = 1
|
||||||
scatter = true
|
scatter = true
|
||||||
uppercase = false
|
uppercase = false
|
||||||
|
dictionary = /usr/share/dict/cracklib-small
|
||||||
auto-follow = true
|
auto-follow = true
|
||||||
next-regexes = \bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b
|
next-regexes = \bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b
|
||||||
prev-regexes = \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b
|
prev-regexes = \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b
|
||||||
@ -1151,7 +1167,7 @@ goto = open
|
|||||||
# Color for the tab indicator on errors..
|
# Color for the tab indicator on errors..
|
||||||
# Default: #ff0000
|
# Default: #ff0000
|
||||||
#
|
#
|
||||||
# tabs.indicator.system:
|
# tabs.indicator.system (ColorSystem):
|
||||||
# Color gradient interpolation system for the tab indicator.
|
# Color gradient interpolation system for the tab indicator.
|
||||||
# rgb: Interpolate in the RGB color system.
|
# rgb: Interpolate in the RGB color system.
|
||||||
# hsv: Interpolate in the HSV color system.
|
# hsv: Interpolate in the HSV color system.
|
||||||
@ -1192,7 +1208,7 @@ goto = open
|
|||||||
# Color gradient stop for download backgrounds.
|
# Color gradient stop for download backgrounds.
|
||||||
# Default: #00aa00
|
# Default: #00aa00
|
||||||
#
|
#
|
||||||
# downloads.fg.system:
|
# downloads.fg.system (ColorSystem):
|
||||||
# Color gradient interpolation system for download text.
|
# Color gradient interpolation system for download text.
|
||||||
# rgb: Interpolate in the RGB color system.
|
# rgb: Interpolate in the RGB color system.
|
||||||
# hsv: Interpolate in the HSV color system.
|
# hsv: Interpolate in the HSV color system.
|
||||||
@ -1200,7 +1216,7 @@ goto = open
|
|||||||
# none: Don't show a gradient.
|
# none: Don't show a gradient.
|
||||||
# Default: rgb
|
# Default: rgb
|
||||||
#
|
#
|
||||||
# downloads.bg.system:
|
# downloads.bg.system (ColorSystem):
|
||||||
# Color gradient interpolation system for download backgrounds.
|
# Color gradient interpolation system for download backgrounds.
|
||||||
# rgb: Interpolate in the RGB color system.
|
# rgb: Interpolate in the RGB color system.
|
||||||
# hsv: Interpolate in the HSV color system.
|
# hsv: Interpolate in the HSV color system.
|
||||||
|
Loading…
Reference in New Issue
Block a user