From 1b88fec7f0d8bbfb98dd972c1adf7cccf8f0c591 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 30 Sep 2017 23:23:24 +0200 Subject: [PATCH] Fix key chain in configuring docs [ci skip] --- doc/help/configuring.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/help/configuring.asciidoc b/doc/help/configuring.asciidoc index a689e0603..573e0d2a3 100644 --- a/doc/help/configuring.asciidoc +++ b/doc/help/configuring.asciidoc @@ -58,7 +58,7 @@ 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: +- 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