mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-19 02:51:55 +02:00
Merge c11b850b06
into 110da1c9df
This commit is contained in:
commit
eb598245fb
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
|
||||
```
|
||||
|
||||
## The killer way
|
||||
Credit: @hemantapkh
|
||||
|
||||
```bash
|
||||
pkill -f vim
|
||||
```
|
||||
|
||||
## The first contact way
|
||||
Credit: @caseyjohnellis
|
||||

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