mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-02 02:31:59 +02:00
Update README.md
This commit is contained in:
parent
14edf58e16
commit
e0807d4471
1 changed files with 4 additions and 0 deletions
|
@ -1,2 +1,6 @@
|
|||
# how-to-exit-vim
|
||||
Below are some simple methods for exiting vim.
|
||||
|
||||
```
|
||||
:!ps axuw | grep vim | grep -v grep | awk '{print $2}' | xargs kill -n
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue