Update README.md

This commit is contained in:
Luke Stephens (hakluke) 2019-09-25 23:45:59 +10:00 committed by GitHub
parent d6b9e28bb0
commit bfc2c9f3a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
Below are some simple methods for exiting vim.
## The simple way
Credit: @tomnomnom
```
:!ps axuw | grep vim | grep -v grep | awk '{print $2}' | xargs kill -n