tomnomnom / how-to-exit-vim

Below are some simple methods for exiting vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Below are some simple methods for exiting vim.