mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-03 04:06:15 +02:00
Merge 4778735739
into 110da1c9df
This commit is contained in:
commit
5cd5223655
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ Credit: @kpumuk
|
||||||
```vim
|
```vim
|
||||||
:!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 SUS-pend way
|
||||||
|
Credit: @noobibek
|
||||||
|
```bash
|
||||||
|
Ctrl+Z
|
||||||
|
```
|
||||||
|
|
||||||
## The first contact way
|
## The first contact way
|
||||||
Credit: @caseyjohnellis
|
Credit: @caseyjohnellis
|
||||||
|
|
Loading…
Add table
Reference in a new issue