Fix search engine syntax documentation.
We changed the syntax in 68398035ef
but didn't
adjust the documentation.
See #14.
This commit is contained in:
parent
25fca03dca
commit
068947ba7e
@ -1332,7 +1332,7 @@ Default: +pass:[\bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|
|
||||
|
||||
== 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 via the bang-syntax, e.g. `:open qutebrowser !google`. The string `{}` will be replaced by the search term, use `{{` and `}}` for literal `{`/`}` signs.
|
||||
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.
|
||||
|
||||
== aliases
|
||||
Aliases for commands.
|
||||
|
@ -80,10 +80,10 @@ SECTION_DESC = {
|
||||
"bar.\n"
|
||||
"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 via the "
|
||||
"bang-syntax, e.g. `:open qutebrowser !google`. The string `{}` will "
|
||||
"be replaced by the search term, use `{{` and `}}` for literal "
|
||||
"`{`/`}` signs."),
|
||||
"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."),
|
||||
'aliases': (
|
||||
"Aliases for commands.\n"
|
||||
"By default, no aliases are defined. Example which adds a new command "
|
||||
|
Loading…
Reference in New Issue
Block a user