From 884f73f349cd3cdb0459844a646f0f56e1728c88 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 17 Sep 2017 12:35:29 +0200 Subject: [PATCH] Mention how `c` works in configuring docs --- doc/help/configuring.asciidoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/help/configuring.asciidoc b/doc/help/configuring.asciidoc index 54b0108a1..b938af21c 100644 --- a/doc/help/configuring.asciidoc +++ b/doc/help/configuring.asciidoc @@ -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 link:commands.html#unbind[`:unbind`] commands: -- Binding the key chain "`,`, `v`" to the `:spawn mpv {url}` command: `:bind ,v - spawn mpv {url}` +- Binding the key chain "`,`, `v`" to the `:spawn mpv {url}` command: + `:bind ,v spawn mpv {url}` - Unbinding the same key chain: `:unbind ,v` - Changing an existing binding: `bind --force ,v message-info foo`. Without `--force`, qutebrowser will show an error because `,v` is already bound. @@ -94,6 +94,10 @@ c.tabs.position = "left" 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 accepted values depend on the type of the option. Commonly used are: