mirror of
https://github.com/mawww/kakoune.git
synced 2025-04-16 13:27:44 +02:00
parent
f358579e42
commit
f3ed9c14d7
1 changed files with 7 additions and 0 deletions
|
@ -587,6 +587,13 @@ Basic Commands
|
|||
`:nop %sh{ echo echo tchou }` will not, but both will execute the
|
||||
shell command.
|
||||
|
||||
Multiple commands
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
Multiple commands can be separated either by new lines or by semicolons,
|
||||
as such a semicolon must be escaped with `\;` to be considered as a literal
|
||||
semicolon argument.
|
||||
|
||||
String syntax
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue