docs: add missing write-quit command
This commit is contained in:
parent
a91fc83bfe
commit
1f7788375e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user