Stack Overflow: Helping One Million Developers Exit Vim (2017)
stackoverflow.blog
Stack Overflow: Helping One Million Developers Exit Vim (2017)
1–10 of 149 posts
Re: Stack Overflow: Helping One Million Developers Exit Vim (2017)
#2Re: Stack Overflow: Helping One Million Developers Exit Vim (2017)
#3Re: Stack Overflow: Helping One Million Developers Exit Vim (2017)
#4Just ZQ (without saving) or ZZ (to save) :)
Re: Stack Overflow: Helping One Million Developers Exit Vim (2017)
#5Off the top of my head: Ctrl+D, q, :q, exit, quit(), Ctrl+C, Ctrl+X.
Countless times have I been locked in an application and needed to cycle through those memorized commands to escape. Imagine doing that as a newbie.
Re: Stack Overflow: Helping One Million Developers Exit Vim (2017)
#6This is probably the #1 problem with Unix-based systems in general for new users. There are so many ways to exit a command prompt depending on the application! Off the top of my head: Ctrl+D, q, :q, exit, quit(), Ctrl+C, Ctrl+X. Countless times have I been locked in an application and needed to cycle through those memorized commands to escape. Imagine doing that as a newbie.
gdb takes, depending on the situation, one time ctrl+d or two times ctrl+d to quit. It's a trap!
So since gdb usually takes two times, muscle memory learns two times, but then in that rare instance where it required it only once... logged out of ssh :(
Re: Stack Overflow: Helping One Million Developers Exit Vim (2017)
#7Also, whoever decided to have vim as the default editor in the windows port of git.. this is brain damaged. Just use notepad already!
Re: Stack Overflow: Helping One Million Developers Exit Vim (2017)
#8kill -9 `pidof vim` Also, whoever decided to have vim as the default editor in the windows port of git.. this is brain damaged . Just use notepad already!