From 3c6842b80511bde6b51597a1cd225262c412fdfc Mon Sep 17 00:00:00 2001 From: Alice Date: Wed, 8 Jan 2020 12:46:09 +0000 Subject: [PATCH] Add the real way to do it --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6610bd6..3ef50b2 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ Below are some simple methods for exiting vim. For real vim (and hacking) tips, follow [hakluke](https://twitter.com/hakluke) and [tomnomnom](https://twitter.com/tomnomnom) on twitter. +## The real way + +```vim +:q! +``` + ## The simple way Credit: @tomnomnom