From cf519bd52898f1e05695a992327076bfe4850dca Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 9 Aug 2016 16:44:00 +0200 Subject: [PATCH] Update docs --- CHANGELOG.asciidoc | 2 ++ README.asciidoc | 2 +- doc/help/settings.asciidoc | 12 ++++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index d8e885303..1cdc19113 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -28,6 +28,8 @@ Added completion category headers. - New `:debug-log-capacity` command to adjust how many lines are logged into RAM (to report bugs which are difficult to reproduce). +- New `hide-unmatched-rapid-hints` option to not hide hint unmatched hint labels + in rapid mode. Changed ~~~~~~~ diff --git a/README.asciidoc b/README.asciidoc index 10ff04de9..9dab267f1 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -147,8 +147,8 @@ Contributors, sorted by the number of commits in descending order: * Bruno Oliveira * Alexander Cogneau * Marshall Lochbaum -* Felix Van der Jeugt * Jakub Klinkovský +* Felix Van der Jeugt * Martin Tournoij * Jan Verbeek * Raphael Pierzina diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 1bc70e45f..7670057fb 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -190,6 +190,7 @@ |<>|A comma-separated list of regexes to use for 'next' links. |<>|A comma-separated list of regexes to use for 'prev' links. |<>|Which implementation to use to find elements to hint. +|<>|Controls hiding unmatched hints in rapid mode. |============== .Quick reference for section ``colors'' @@ -1698,6 +1699,17 @@ Valid values: Default: +pass:[python]+ +[[hints-hide-unmatched-rapid-hints]] +=== hide-unmatched-rapid-hints +Controls hiding unmatched hints in rapid mode. + +Valid values: + + * +true+ + * +false+ + +Default: +pass:[true]+ + == searchengines Definitions of search engines which can be used via the address bar. The searchengine named `DEFAULT` is used when `general -> auto-search` is true and something else than a URL was entered to be opened. Other search engines can be used by prepending the search engine name to the search term, e.g. `:open google qutebrowser`. The string `{}` will be replaced by the search term, use `{{` and `}}` for literal `{`/`}` signs.