mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-17 10:01:53 +02:00
Update README.md
Added sus-pend way
This commit is contained in:
parent
30077d63c5
commit
4778735739
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ Credit: @kpumuk
|
|||
```vim
|
||||
:!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
|
||||
Credit: @caseyjohnellis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue