From 68d44814c2818ff76c3d3ba3424aff10b005e410 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 30 Nov 2021 07:51:39 +0100 Subject: Update docs/changelog --- doc/changelog.asciidoc | 6 ++++++ doc/help/settings.asciidoc | 10 ++++++++++ 2 files changed, 16 insertions(+) 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 @@ |<>|Leave insert mode when starting a new page load. |<>|Switch to insert mode when clicking flash and other plugins. |<>|Include hyperlinks in the keyboard focus chain when tabbing. +|<>|Interpret number prefixes as counts for bindings. |<>|Whether the underlying Chromium should handle media keys. |<>|Enable back and forward buttons on the mouse. |<>|Enable Opera-like mouse rocker gestures. @@ -3557,6 +3558,15 @@ Type: <> 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: <> + +Default: +pass:[true]+ + [[input.media_keys]] === input.media_keys Whether the underlying Chromium should handle media keys. -- cgit v1.2.3-54-g00ecf