diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 53af8399d..6b5fe34c9 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -241,7 +241,7 @@ |<>|Position of new tabs opened from another tab. |<>|Position of new tabs which aren't opened from another tab. |<>|Padding (in pixels) around text for tabs. -|<>|Stay in insert/passthrough mode when switching tabs. +|<>|Set input mode behavior when switching tab. |<>|Shrink pinned tabs down to their contents. |<>|Position of the tab bar. |<>|Which tab to select when the focused tab is removed. @@ -2824,13 +2824,19 @@ Default: - +pass:[right]+: +pass:[5]+ - +pass:[top]+: +pass:[0]+ -[[tabs.persist_mode_on_change]] -=== tabs.persist_mode_on_change -Stay in insert/passthrough mode when switching tabs. +[[tabs.mode_on_change]] +=== tabs.mode_on_change +When switching tabs, what input mode is applied. -Type: <> +Type: <> -Default: +pass:[false]+ +Valid values: + + * +persist+: Retain the current mode. + * +restore+: Restore previously saved mode. + * +normal+: Always revert to normal mode. + +Default: +pass:[normal]+ [[tabs.pinned.shrink]] === tabs.pinned.shrink diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index ebe52b7ea..921034288 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -1256,9 +1256,9 @@ tabs.mode_on_change: type: name: String valid_values: - - persist: "retain the current mode." - - restore: "restore previously saved mode" - - normal: "always revert to normal mode" + - persist: "Retain the current mode." + - restore: "Restore previously saved mode." + - normal: "Always revert to normal mode." desc: When switching tabs, what input mode is applied. tabs.position: