Fix setting descriptions
This commit is contained in:
parent
f27978e268
commit
198040b2e2
@ -92,11 +92,11 @@ searchengines:
|
||||
desc: >-
|
||||
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.
|
||||
The searchengine named `DEFAULT` is used when `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.
|
||||
|
||||
session_default_name:
|
||||
type:
|
||||
@ -787,7 +787,7 @@ hints.mode:
|
||||
- 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
|
||||
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.
|
||||
desc: Mode to use for hints.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user