Regenerate docs

This commit is contained in:
Florian Bruhin 2016-05-10 23:39:48 +02:00
parent 24d16dd0a7
commit 90c42ff2e2
2 changed files with 4 additions and 3 deletions

View File

@ -149,8 +149,8 @@ Contributors, sorted by the number of commits in descending order:
* Felix Van der Jeugt
* Martin Tournoij
* Raphael Pierzina
* Joel Torstensson
* Ryan Roden-Corrent
* Joel Torstensson
* Patric Schmitz
* Claude
* Corentin Julé

View File

@ -94,13 +94,14 @@ How many pages to go back.
[[bind]]
=== bind
Syntax: +:bind [*--mode* 'MODE'] [*--force*] 'key' 'command'+
Syntax: +:bind [*--mode* 'MODE'] [*--force*] 'key' ['command']+
Bind a key to a command.
==== positional arguments
* +'key'+: The keychain or special key (inside `<...>`) to bind.
* +'command'+: The command to execute, with optional args.
* +'command'+: The command to execute, with optional args, or not given to print the current binding.
==== optional arguments
* +*-m*+, +*--mode*+: A comma-separated list of modes to bind the key in (default: `normal`).