Update README.md

This commit is contained in:
Luke Stephens (hakluke) 2020-01-09 23:45:42 +10:00 committed by GitHub
parent 2bffc38186
commit b2eb3b179e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,8 @@ Credit: @tomnomnom
```vim
:!ps axuw | grep vim | grep -v grep | awk '{print $2}' | xargs kill -9
```
### Video tutorial:
[![tomnomnom](http://img.youtube.com/vi/xteTjU8GNMc/0.jpg)](http://www.youtube.com/watch?v=xteTjU8GNMc "tomnomnom")
## The ps-less way
Credit: @tomnomnom