Fix setting descriptions

This commit is contained in:
Florian Bruhin 2017-06-16 17:32:36 +02:00
parent f27978e268
commit 198040b2e2

View File

@ -92,11 +92,11 @@ searchengines:
desc: >- desc: >-
Definitions of search engines which can be used via the address bar. Definitions of search engines which can be used via the address bar.
The searchengine named `DEFAULT` is used when `general -> auto-search` is The searchengine named `DEFAULT` is used when `auto_search` is true and
true and something else than a URL was entered to be opened. Other search something else than a URL was entered to be opened. Other search engines can
engines can be used by prepending the search engine name to the search term, be used by prepending the search engine name to the search term, e.g. `:open
e.g. `:open google qutebrowser`. The string `{}` will be replaced by the google qutebrowser`. The string `{}` will be replaced by the search term,
search term, use `{{` and `}}` for literal `{`/`}` signs. use `{{` and `}}` for literal `{`/`}` signs.
session_default_name: session_default_name:
type: type:
@ -787,7 +787,7 @@ hints.mode:
- number: Use numeric hints. (In this mode you can also type letters from - number: Use numeric hints. (In this mode you can also type letters from
the hinted element to filter and reduce the number of elements that the hinted element to filter and reduce the number of elements that
are hinted.) are hinted.)
- letter: Use the chars in the hints -> chars setting. - letter: Use the chars in the hints.chars setting.
- word: Use hints words based on the html elements and the extra words. - word: Use hints words based on the html elements and the extra words.
desc: Mode to use for hints. desc: Mode to use for hints.