From 3b3acba34e99812532972e6fda6b392238f0d7f7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 22 Nov 2017 09:11:17 +0100 Subject: [PATCH] Edit description of tabs.persist_mode_on_change --- doc/help/settings.asciidoc | 4 ++-- qutebrowser/config/configdata.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index f2a2ba5da..3f6a8a016 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -239,7 +239,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. -|<>|When switching tabs, stay in insert/passthrough mode. +|<>|Stay in insert/passthrough mode when switching tabs. |<>|Shrink pinned tabs down to their contents. |<>|Position of the tab bar. |<>|Which tab to select when the focused tab is removed. @@ -2802,7 +2802,7 @@ Default: [[tabs.persist_mode_on_change]] === tabs.persist_mode_on_change -When switching tabs, stay in insert/passthrough mode. +Stay in insert/passthrough mode when switching tabs. Type: <> diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index 822cef76b..08c854ed3 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -1238,7 +1238,7 @@ tabs.padding: tabs.persist_mode_on_change: default: false type: Bool - desc: When switching tabs, stay in insert/passthrough mode. + desc: Stay in insert/passthrough mode when switching tabs. tabs.position: default: top