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