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 * Felix Van der Jeugt
* Martin Tournoij * Martin Tournoij
* Raphael Pierzina * Raphael Pierzina
* Joel Torstensson
* Ryan Roden-Corrent * Ryan Roden-Corrent
* Joel Torstensson
* Patric Schmitz * Patric Schmitz
* Claude * Claude
* Corentin Julé * Corentin Julé

View File

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