Merge remote-tracking branch 'Delapouite/docs'

This commit is contained in:
Maxime Coste 2018-03-27 22:37:06 +11:00
commit 726dd8f0d8

View File

@ -3,11 +3,11 @@
== Description == Description
The *execute-keys* and *evaluate-commands* commands can be used to run The *execute-keys* and *evaluate-commands* commands can be used to run
Kakoune commands, and should be used as follows: Kakoune commands:
---------------------------- ----------------------------
execute-keys [<flags>] <key> ... execute-keys [<switches>] <key> ...
evaluate-commands [<flags>] <command> ... evaluate-commands [<switches>] <command> ...
---------------------------- ----------------------------
*execute-keys* runs keys as if they were pressed, whereas *evaluate-commands* *execute-keys* runs keys as if they were pressed, whereas *evaluate-commands*
@ -19,7 +19,7 @@ These two commands also save the following registers, who are then restored
when the commands have been executed: */*, *"*, *|*, *^*, *@*. when the commands have been executed: */*, *"*, *|*, *^*, *@*.
(See <<registers#,`:doc registers`>>) (See <<registers#,`:doc registers`>>)
== Optional flags == Optional switches
*-client* <name>:: *-client* <name>::
execute in the context of the client named *name* execute in the context of the client named *name*
@ -41,7 +41,7 @@ when the commands have been executed: */*, *"*, *|*, *^*, *@*.
*-buffer* <names>:: *-buffer* <names>::
execute in the context of each buffers in the comma separated list execute in the context of each buffers in the comma separated list
*names*, as a name can be used to iterate on all buffers *names*. `*` as a name can be used to iterate on all buffers
*-no-hooks*:: *-no-hooks*::
disable hook execution while executing the keys/commands disable hook execution while executing the keys/commands