diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 7678583b7..d9fddc2f3 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -105,6 +105,7 @@ |<>|When to show the autocompletion window. |<>|Shrink the completion to be smaller than the configured size if there are no scrollbars. |<>|How to format timestamps (e.g. for the history completion). +|<>|Whether to execute the best-matching command on a partial match. |<>|How many URLs to show in the web history. |<>|Whether quitting the application requires a confirmation. |<>|Whether support for the HTML 5 web application cache feature is enabled. @@ -1391,6 +1392,14 @@ Type: <> Default: +pass:[%Y-%m-%d]+ +[[completion.use_best_match]] +=== completion.use_best_match +Whether to execute the best-matching command on a partial match. + +Type: <> + +Default: +pass:[false]+ + [[completion.web_history_max_items]] === completion.web_history_max_items How many URLs to show in the web history.