docs update

This commit is contained in:
Florian Bruhin 2014-09-14 23:25:56 +02:00
parent 66f0aa8d5f
commit 7e37b657f5

View File

@ -56,14 +56,16 @@ How many pages to go back.
[[bind]] [[bind]]
=== bind === bind
Syntax: +:bind 'key' 'command' ['command' ...] ['mode']+ Syntax: +:bind [*--mode* 'MODE'] 'key' 'command' ['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.
* +'mode'+: A comma-separated list of modes to bind the key in (default: `normal`).
==== optional arguments
* +*-m*+, +*--mode*+: A comma-separated list of modes to bind the key in (default: `normal`).
[[cancel-download]] [[cancel-download]]
@ -109,7 +111,7 @@ Show help about a command or setting.
[[hint]] [[hint]]
=== hint === hint
Syntax: +:hint ['group'] ['target'] ['args']+ Syntax: +:hint ['group'] ['target'] ['args' ['args' ...]]+
Start hinting. Start hinting.