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

How to exit vim

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