From 5ab052c40fe65d8e68380ccdf6872af620282dcf Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 10 Mar 2015 23:25:37 +0100 Subject: [PATCH] Regenerate docs. --- doc/help/commands.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index ffc004a88..22e79f129 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -79,7 +79,7 @@ How many pages to go back. [[bind]] === bind -Syntax: +:bind [*--mode* 'MODE'] 'key' 'command'+ +Syntax: +:bind [*--mode* 'MODE'] [*--force*] 'key' 'command'+ Bind a key to a command. @@ -90,6 +90,7 @@ Bind a key to a command. ==== optional arguments * +*-m*+, +*--mode*+: A comma-separated list of modes to bind the key in (default: `normal`). +* +*-f*+, +*--force*+: Rebind the key if it is already bound. [[close]] === close