diff --git a/README.md b/README.md index 5a08d5f..39568f8 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