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

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