Skip to content

Below are some simple methods for exiting vim.

Notifications You must be signed in to change notification settings

espalloc7/how-to-exit-vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published