Add the real way to do it

This commit is contained in:
Alice 2020-01-08 12:46:09 +00:00 committed by GitHub
parent d548420d77
commit 3c6842b805
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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