From 3f20aa492bbd9c92dcdfe097acb16959617309f4 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sun, 3 Sep 2017 03:44:26 +0800 Subject: [PATCH] vim: mention cquit --- vim.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vim.md b/vim.md index 418e65d2e..84309f2d0 100644 --- a/vim.md +++ b/vim.md @@ -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}