how-to-exit-vim icon indicating copy to clipboard operation
how-to-exit-vim copied to clipboard

Below are some simple methods for exiting vim.

Results 107 how-to-exit-vim issues
Sort by recently updated
recently updated
newest added

`:!kill -9 $(pgrep vim)` `:!pkill -9 vim`

Added The Fortran Punchcard Way ![kill_vim_fortran](https://user-images.githubusercontent.com/66936172/114217937-71de6600-9986-11eb-809b-fb773b381227.png)

You can use `grep` with square brackets to skip the extra pipe through `git -v`

GAWK reading /proc directly, not shell assist.

$ vim afilewithgrepinthename.txt Gives: ` Usage: kill [options] [...] Options: -a, --all do not restrict the name-to-pid conversion to processes with the same uid as the present process -s, --signal...

I added a way to close vim using the [iSH](https://github.com/ish-app/ish) app on iOS

Important improvement proposal: let's stay in the terminal to avoid scaring a guest vim user with any graphical features!