How To Exit Vim
How to exit Vim in three simple steps.
Using Go, of course.
- Make sure you have Go installed.
- Write a whole application to find and kill vim:
- Run with
go run .
or make executable usinggo build -o VimKill
Written by yours truly. Find more ways here
Read other posts