12 comments
@KMohZaid what do you mean? I can never tell if "I can't quit vim" is a joke or serious, like I kind of assume that if people are confused about how to quit vim they can google it and see that you can do something like โESC :qa!" to get out. but maybe thatโs wrong? my brain might be distorted from using vim for too long :) @b0rk I know situations where typing Ctrl-D will give you the answer "please type exit to end the session" @colin_mcmillen @b0rk absolutely this. I run into this on macOS + zsh all. The. Time. Iโve not dug into why, but I even have a ctrlc_reset=โtrap true INT && trap INTโ (pure cargo cult code from stackexchange) to get ^C working again. Long since lost track of the number of times Iโve needed to ^Z + bg to get out of a program, tho. |
@b0rk hey there, can you help people who are unable to exit vim after ages? ๐