1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-21 01:37:44 +03:00

docs: add missing write-quit command

This commit is contained in:
Delapouite 2018-08-23 18:53:15 +02:00
parent a91fc83bfe
commit 1f7788375e

View File

@ -32,12 +32,17 @@ command *q!* has to be used). Aliases are mentionned below each commands.
*alias* wa +
write all buffers that are associated to a file
*quit!* [<exit status>]::
*quit[!]* [<exit status>]::
*alias* q +
exit Kakoune, use quit! to force quitting even if there is some
unsaved buffers remaining. If specified, the client exit status
will be set to <exit status>
*write-quit[!]* [<exit status>]::
*alias* wq +
write current buffer and quit current client. If specified, the client
exit status will be set to <exit status>
*write-all-quit* [<exit status>]::
*alias* waq +
write all buffers and quit. If specified, the client exit status