Mention how c
works in configuring docs
This commit is contained in:
parent
62b30af12a
commit
884f73f349
@ -57,8 +57,8 @@ To get more help about a setting, use e.g. `:help tabs.position`.
|
|||||||
To bind and unbind keys, you can use the link:commands.html#bind[`:bind`] and
|
To bind and unbind keys, you can use the link:commands.html#bind[`:bind`] and
|
||||||
link:commands.html#unbind[`:unbind`] commands:
|
link:commands.html#unbind[`:unbind`] commands:
|
||||||
|
|
||||||
- Binding the key chain "`,`, `v`" to the `:spawn mpv {url}` command: `:bind ,v
|
- Binding the key chain "`,`, `v`" to the `:spawn mpv {url}` command:
|
||||||
spawn mpv {url}`
|
`:bind ,v spawn mpv {url}`
|
||||||
- Unbinding the same key chain: `:unbind ,v`
|
- Unbinding the same key chain: `:unbind ,v`
|
||||||
- Changing an existing binding: `bind --force ,v message-info foo`. Without
|
- Changing an existing binding: `bind --force ,v message-info foo`. Without
|
||||||
`--force`, qutebrowser will show an error because `,v` is already bound.
|
`--force`, qutebrowser will show an error because `,v` is already bound.
|
||||||
@ -94,6 +94,10 @@ c.tabs.position = "left"
|
|||||||
c.completion.shrink = True
|
c.completion.shrink = True
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Note that qutebrowser does some Python magic so it's able to warn you about
|
||||||
|
mistyped config settings. As an example, if you do `c.tabs.possition = "left"`,
|
||||||
|
you'll get an error when starting.
|
||||||
|
|
||||||
See the link:settings.html[settings help page] for all available settings. The
|
See the link:settings.html[settings help page] for all available settings. The
|
||||||
accepted values depend on the type of the option. Commonly used are:
|
accepted values depend on the type of the option. Commonly used are:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user