summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-11-30 07:51:39 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-11-30 07:51:39 +0100
commit68d44814c2818ff76c3d3ba3424aff10b005e410 (patch)
treee634a1f22b7e5f3017dc7402c685da01a0ee24eb
parentf7b6fb50ea2281c03b56ce1447e43ffb19f79937 (diff)
downloadqutebrowser-68d44814c2818ff76c3d3ba3424aff10b005e410.tar.gz
qutebrowser-68d44814c2818ff76c3d3ba3424aff10b005e410.zip
Update docs/changelog
-rw-r--r--doc/changelog.asciidoc6
-rw-r--r--doc/help/settings.asciidoc10
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 818e3f10c..36861b802 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -34,6 +34,12 @@ Changed
- Using `:tab-give` or `:tab-take` on the last tab in a window now always
closes that window, no matter what `tabs.last_close` is set to.
+Added
+~~~~~
+
+- New `input.match_counts` option which allows to turn off count matching for
+ more emacs-like bindings.
+
[[v2.4.1]]
v2.4.1 (unreleased)
-------------------
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 60c229078..4ca5c2517 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -269,6 +269,7 @@
|<<input.insert_mode.leave_on_load,input.insert_mode.leave_on_load>>|Leave insert mode when starting a new page load.
|<<input.insert_mode.plugins,input.insert_mode.plugins>>|Switch to insert mode when clicking flash and other plugins.
|<<input.links_included_in_focus_chain,input.links_included_in_focus_chain>>|Include hyperlinks in the keyboard focus chain when tabbing.
+|<<input.match_counts,input.match_counts>>|Interpret number prefixes as counts for bindings.
|<<input.media_keys,input.media_keys>>|Whether the underlying Chromium should handle media keys.
|<<input.mouse.back_forward_buttons,input.mouse.back_forward_buttons>>|Enable back and forward buttons on the mouse.
|<<input.mouse.rocker_gestures,input.mouse.rocker_gestures>>|Enable Opera-like mouse rocker gestures.
@@ -3557,6 +3558,15 @@ Type: <<types,Bool>>
Default: +pass:[true]+
+[[input.match_counts]]
+=== input.match_counts
+Interpret number prefixes as counts for bindings.
+This enables for vi-like bindings that can be prefixed with a number to indicate a count. Disabling it allows for emacs-like bindings where number keys are passed through (according to `input.forward_unbound_keys`) instead.
+
+Type: <<types,Bool>>
+
+Default: +pass:[true]+
+
[[input.media_keys]]
=== input.media_keys
Whether the underlying Chromium should handle media keys.