vim: mention cquit

This commit is contained in:
Rico Sta. Cruz 2017-09-03 03:44:26 +08:00
parent 4a4cb658f6
commit 3f20aa492b
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 6 additions and 0 deletions

6
vim.md
View File

@ -325,6 +325,12 @@ See `:help formatting`
Do this in insert mode.
### Exiting with an error
:cquit
Works like `:qa`, but throws an error. Great for aborting Git commands.
References
----------
{: .-one-column}