Merge pull request #3039 from gilbertw1/fix-config-doc-alias
fix example config.py alias creation example
This commit is contained in:
commit
59d5c0f8e8
@ -113,7 +113,7 @@ accepted values depend on the type of the option. Commonly used are:
|
|||||||
- Dictionaries:
|
- Dictionaries:
|
||||||
* `c.headers.custom = {'X-Hello': 'World', 'X-Awesome': 'yes'}` to override
|
* `c.headers.custom = {'X-Hello': 'World', 'X-Awesome': 'yes'}` to override
|
||||||
any other values in the dictionary.
|
any other values in the dictionary.
|
||||||
* `c.aliases['foo'] = ':message-info foo'` to add a single value.
|
* `c.aliases['foo'] = 'message-info foo'` to add a single value.
|
||||||
- Lists:
|
- Lists:
|
||||||
* `c.url.start_pages = ["https://www.qutebrowser.org/"]` to override any
|
* `c.url.start_pages = ["https://www.qutebrowser.org/"]` to override any
|
||||||
previous elements.
|
previous elements.
|
||||||
|
Loading…
Reference in New Issue
Block a user