mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 03:07:11 +02:00
Update README.md
This commit is contained in:
parent
d6b9e28bb0
commit
bfc2c9f3a1
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
Below are some simple methods for exiting vim.
|
||||
|
||||
## The simple way
|
||||
Credit: @tomnomnom
|
||||
|
||||
```
|
||||
:!ps axuw | grep vim | grep -v grep | awk '{print $2}' | xargs kill -n
|
||||
|
|
Loading…
Add table
Reference in a new issue