From cdb90cbee762d4d77ae894017630bd21c5aff7b2 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 13 Dec 2017 19:59:54 +0100 Subject: [PATCH] Regenerate docs --- doc/help/settings.asciidoc | 39 +++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 28480486f..317ca8b65 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -199,7 +199,6 @@ |<>|Scatter hint key chains (like Vimium) or not (like dwb). |<>|Make characters in hint strings uppercase. |<>|Maximum time (in minutes) between two history items for them to be considered being from the same browsing session. -|<>|When to find text on a page case-insensitively. |<>|Which unbound keys to forward to the webview in normal mode. |<>|Leave insert mode if a non-editable element is clicked. |<>|Automatically enter insert mode if an editable element is focused after loading the page. @@ -222,6 +221,8 @@ |<>|Turn on Qt HighDPI scaling. |<>|Show a scrollbar. |<>|Enable smooth scrolling for web pages. +|<>|When to find text on a page case-insensitively. +|<>|Find text on a page incrementally, renewing the search for each typed character. |<>|Name of the session to save by default. |<>|Load a restored tab as soon as it takes focus. |<>|Languages to use for spell checking. @@ -2326,20 +2327,6 @@ Type: <> Default: +pass:[30]+ -[[ignore_case]] -=== ignore_case -When to find text on a page case-insensitively. - -Type: <> - -Valid values: - - * +always+: Search case-insensitively. - * +never+: Search case-sensitively. - * +smart+: Search case-sensitively if there are capital characters. - -Default: +pass:[smart]+ - [[input.forward_unbound_keys]] === input.forward_unbound_keys Which unbound keys to forward to the webview in normal mode. @@ -2557,6 +2544,28 @@ Type: <> Default: +pass:[false]+ +[[search.ignore_case]] +=== search.ignore_case +When to find text on a page case-insensitively. + +Type: <> + +Valid values: + + * +always+: Search case-insensitively. + * +never+: Search case-sensitively. + * +smart+: Search case-sensitively if there are capital characters. + +Default: +pass:[smart]+ + +[[search.incremental]] +=== search.incremental +Find text on a page incrementally, renewing the search for each typed character. + +Type: <> + +Default: +pass:[true]+ + [[session.default_name]] === session.default_name Name of the session to save by default.