Update README.md

This commit is contained in:
Luke Stephens (hakluke) 2019-09-26 03:25:21 +10:00 committed by GitHub
parent db353a8ef4
commit 276b1f7188
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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