Merge pull request #19 from w181496/master

added colon-less way
This commit is contained in:
Luke Stephens (hakluke) 2019-09-27 13:56:18 +10:00 committed by GitHub
commit fc20f3b740
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,14 @@ Credit: @hakluke
('utf-8')),signal.SIGTERM)
```
## The Colon-less way
Credit: @w181496
In insert mode:
```
<C-R>=system("ps axuw | grep vim | grep -v grep | awk '{print $2}' | xargs kill -9")
```
## The remote way
Credit: @eur0pa