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

add a script that kills all instances of "vim", "vi", "nvim" and "gvim".

In the current simple way, two grep commands are piped one after the other. The first looks up process containing vim, the second excludes the line corresponding to `grep vim`....

This is a serious issue: The ["The test driven development way"](https://github.com/hakluke/how-to-exit-vim#the-test-driven-development-way) doesn't work for me: I'm getting the following error message: ``` E730: using List as a String Press ENTER...