Update README.md

This commit is contained in:
Luke Stephens (hakluke) 2019-09-25 23:39:55 +10:00 committed by GitHub
parent 14edf58e16
commit e0807d4471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,6 @@
# how-to-exit-vim
Below are some simple methods for exiting vim.
```
:!ps axuw | grep vim | grep -v grep | awk '{print $2}' | xargs kill -n
```