summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy <jimmy@spalge.com>2022-02-20 10:30:23 +1300
committerJimmy <jimmy@spalge.com>2022-02-20 10:30:23 +1300
commitf640940ddc3725e72b1eb1adace0b46c29450e51 (patch)
tree40154337111c60d6e466c7c5e2c3f04af62e2488
parent133856e5ca7189b4c5112e2d75b5fab59b8f7f6f (diff)
downloadqutebrowser-f640940ddc3725e72b1eb1adace0b46c29450e51.tar.gz
qutebrowser-f640940ddc3725e72b1eb1adace0b46c29450e51.zip
Update docs/changelog
-rw-r--r--doc/changelog.asciidoc2
-rw-r--r--doc/help/settings.asciidoc17
2 files changed, 19 insertions, 0 deletions
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 @@
|<<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.mode_override,input.mode_override>>|Mode to change to when focusing on a tab/URL changes.
|<<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.
|<<input.partial_timeout,input.partial_timeout>>|Timeout (in milliseconds) for partially typed key bindings.
@@ -3587,6 +3588,22 @@ Type: <<types,Bool>>
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: <<types,String>>
+
+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.