From f640940ddc3725e72b1eb1adace0b46c29450e51 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Sun, 20 Feb 2022 10:30:23 +1300 Subject: Update docs/changelog --- doc/changelog.asciidoc | 2 ++ doc/help/settings.asciidoc | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index b07b64fa6..d46a19709 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -55,6 +55,8 @@ Added more emacs-like bindings. - New `{relative_index}` field for `tabs.title.format` (and `.pinned_format`) which shows relative tab numbers. +- New `input.mode_override` option which allows overriding the current mode + based on the new URL when navigating or switching tabs. Fixed ~~~~~ diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index b8705749a..a51463352 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -271,6 +271,7 @@ |<>|Include hyperlinks in the keyboard focus chain when tabbing. |<>|Interpret number prefixes as counts for bindings. |<>|Whether the underlying Chromium should handle media keys. +|<>|Mode to change to when focusing on a tab/URL changes. |<>|Enable back and forward buttons on the mouse. |<>|Enable Opera-like mouse rocker gestures. |<>|Timeout (in milliseconds) for partially typed key bindings. @@ -3587,6 +3588,22 @@ Type: <> Default: +pass:[true]+ +[[input.mode_override]] +=== input.mode_override +Mode to change to when focusing on a tab/URL changes. + +This setting supports link:configuring{outfilesuffix}#patterns[URL patterns]. + +Type: <> + +Valid values: + + * +normal+ + * +insert+ + * +passthrough+ + +Default: empty + [[input.mouse.back_forward_buttons]] === input.mouse.back_forward_buttons Enable back and forward buttons on the mouse. -- cgit v1.2.3-54-g00ecf