Helping a Million Developers Exit Vim
stackoverflow.blog
Helping a Million Developers Exit Vim
1–10 of 489 posts
Re: Helping a Million Developers Exit Vim
#2Re: Helping a Million Developers Exit Vim
#3Re: Helping a Million Developers Exit Vim
#4Obviously my personal bias, but it's emacs I can never remember how to exit from.
I once helped organize talks at my school, and helped with bringing Richard Stallman to give a talk one time. I was a vim user, but I did a little bit of prep and refreshed my emacs memory etc. So we're setting up the room for the talk, and we're talking a bit, and some people start to arrive. He asks one if they've ever used emacs, she says no, so I said, "we should start an emacs tutorial here, we can teach everyone about things like C-x C-c, and stuff". I just blurted out the only thing I had remembered recently. He turned a cold shoulder to me, I suppose thinking that I had insulted him directly. I ran out to Google what I had said, and then felt terrible about it, but it was too late. That's my remembering how to quit emacs story.
Re: Helping a Million Developers Exit Vim
#5Obviously my personal bias, but it's emacs I can never remember how to exit from.
Re: Helping a Million Developers Exit Vim
#6Re: Helping a Million Developers Exit Vim
#7You can get the top viewed questions here: http://data.stackexchange.com/stackoverflow/query/53109/ques...
Re: Helping a Million Developers Exit Vim
#8Re: Helping a Million Developers Exit Vim
#9Re: Helping a Million Developers Exit Vim
#10Isn't it just...
[Esc] :wq
...or...
[Esc] :q!
...depending if you want to save the current document or not?