Below are some simple methods for exiting vim.
vim
Find a file
Luke Stephens (hakluke) d6b9e28bb0
Update README.md
2019-09-25 23:40:44 +10:00
README.md Update README.md 2019-09-25 23:40:44 +10:00

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