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

`:!taskkill.exe /f /im vim.exe`

It's how normal people do.

If this is meant to be a useful resource, then it should include the actual sensible way of doing it.

Just one more entry to the list I guess...

Dunk your computer in the ocean. Live happily ever after.

![e22b527615c69f84](https://user-images.githubusercontent.com/5011490/72003866-94954280-324a-11ea-81e0-59c721df6766.png)

Why? Because you can get this question on a job interview ;) ``` :!cd /proc; for x in *; do [[ $x -gt 1 ]] && [[ /proc/$x/exe -ef /usr/bin/vim...