From 0e670a597e8e96428ba95565ee61985d45f368e6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 20 Mar 2018 08:53:59 +0100 Subject: [PATCH] Update docs --- doc/help/settings.asciidoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index a428d65bd..b3c9c3894 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -240,6 +240,7 @@ |<>|Padding (in pixels) for tab indicators. |<>|Width (in pixels) of the progress indicator (0 to disable). |<>|How to behave when the last tab is closed. +|<>|Minimum width (in pixels) of tabs (-1 for the default minimum size behavior). |<>|When switching tabs, what input mode is applied. |<>|Switch between tabs using the mouse wheel. |<>|Position of new tabs opened from another tab. @@ -259,6 +260,7 @@ |<>|What search to start when something else than a URL is entered. |<>|Page to open if :open -t/-b/-w is used without URL. |<>|URL segments where `:navigate increment/decrement` will search for a number. +|<>|Open base URL of the searchengine if a searchengine shortcut is invoked without parameters. |<>|Search engines which can be used via the address bar. |<>|Page(s) to open at the start. |<>|URL parameters to strip with `:yank url`. @@ -2866,6 +2868,16 @@ Valid values: Default: +pass:[ignore]+ +[[tabs.min_width]] +=== tabs.min_width +Minimum width (in pixels) of tabs (-1 for the default minimum size behavior). +This setting only applies when tabs are horizontal. +This setting does not apply to pinned tabs, unless `tabs.pinned.shrink` is False. + +Type: <> + +Default: +pass:[-1]+ + [[tabs.mode_on_change]] === tabs.mode_on_change When switching tabs, what input mode is applied. @@ -3102,6 +3114,14 @@ Default: - +pass:[path]+ - +pass:[query]+ +[[url.open_base_url]] +=== url.open_base_url +Open base URL of the searchengine if a searchengine shortcut is invoked without parameters. + +Type: <> + +Default: +pass:[false]+ + [[url.searchengines]] === url.searchengines Search engines which can be used via the address bar.