mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 19:26:41 +02:00
Add the Killer Way
This commit is contained in:
parent
1b9a16e6e8
commit
c11b850b06
1 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,13 @@ Credit: @kpumuk
|
||||||
:!grep -P "PPid:\t(\d+)" /proc/$$/status | cut -f2 | xargs kill -9
|
:!grep -P "PPid:\t(\d+)" /proc/$$/status | cut -f2 | xargs kill -9
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## The killer way
|
||||||
|
Credit: @hemantapkh
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pkill -f vim
|
||||||
|
```
|
||||||
|
|
||||||
## The first contact way
|
## The first contact way
|
||||||
Credit: @caseyjohnellis
|
Credit: @caseyjohnellis
|
||||||

|

|
||||||
|
|
Loading…
Add table
Reference in a new issue