docs update

This commit is contained in:
Florian Bruhin 2014-09-14 23:11:11 +02:00
parent 1fd8fb57a6
commit a3f722e151

View File

@ -56,13 +56,13 @@ How many pages to go back.
[[bind]] [[bind]]
=== bind === bind
Syntax: +:bind 'key' 'command' ['mode']+ Syntax: +:bind 'key' 'command' ['command' ...] ['mode']+
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. * +'command'+: The command to execute, with optional args.
* +'mode'+: A comma-separated list of modes to bind the key in (default: `normal`). * +'mode'+: A comma-separated list of modes to bind the key in (default: `normal`).
@ -160,13 +160,13 @@ Toggle the web inspector.
[[later]] [[later]]
=== later === later
Syntax: +:later 'ms' 'command'+ Syntax: +:later 'ms' 'command' ['command' ...]+
Execute a command after some time. Execute a command after some time.
==== positional arguments ==== positional arguments
* +'ms'+: How many milliseconds to wait. * +'ms'+: How many milliseconds to wait.
* +'command'+: The command to run. * +'command'+: The command to run, with optional args.
[[next-page]] [[next-page]]
=== next-page === next-page
@ -314,7 +314,7 @@ Preset the statusbar to some text.
[[spawn]] [[spawn]]
=== spawn === spawn
Syntax: +:spawn ['args' ['args' ...]]+ Syntax: +:spawn 'args' ['args' ...]+
Spawn a command in a shell. Spawn a command in a shell.