mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-18 10:31:56 +02:00
Below are some simple methods for exiting vim.
README.md |
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