You would think that those zealous power-mods on StackOverflow would have closed this as "not a programming question"
Stack Overflow: Helping One Million Developers Exit Vim (2017)
51–60 of 149 posts
Re: Stack Overflow: Helping One Million Developers Exit Vim (2017)
#52Earlier quoted context omitted.
People with this attitude shouldn't be using a computer, for fear they might get into software development and alienate an entire swathe of potentially great engineers.
I sincerely hope that I do eliminate such people who can't figure out how to quit out of vim.
Re: Stack Overflow: Helping One Million Developers Exit Vim (2017)
#53Re: Stack Overflow: Helping One Million Developers Exit Vim (2017)
#54How is this even possible? I used EMACS for years and had no trouble understanding Vim. Who's hiring these developers who can't even exit Vim? Is this even a real story or the Onion?!? OK, it's real. I need to go outside and get some fresh air. This is simply too shocking.
Re: Stack Overflow: Helping One Million Developers Exit Vim (2017)
#55Earlier quoted context omitted.
Given that notepad only supports unix newlines since a few months ago, I can see why that one wasn't the default
Sure, why not something like pico / nano? Seems more friendly to occasional users, who are the people most likely to hit the default.
Re: Stack Overflow: Helping One Million Developers Exit Vim (2017)
#56My first year of grad school I was a TA for a first year computer science course that was often taken by students from a variety of majors. The first editing sessions I spent the whole lab time running around help students with frozen vi editors. The main problem is you don't start in "edit mode" and students expect to be able to just start typing (which is a reasonable expectation). Who knows what "command" they jus…
Re: Stack Overflow: Helping One Million Developers Exit Vim (2017)
#57Here’s the proper fix. In your .bashrc, or wherever: export EDITOR= anything but vim >
Re: Stack Overflow: Helping One Million Developers Exit Vim (2017)
#58What's all this stuff about colon keys and enter? Just ZQ (without saving) or ZZ (to save) :)
Re: Stack Overflow: Helping One Million Developers Exit Vim (2017)
#59Re: Stack Overflow: Helping One Million Developers Exit Vim (2017)
#60Earlier quoted context omitted.
A professional would use the man page.
> A professional would use the man page. A professional would verify that the man page contains the information that they snarkily told others to look for there before they told them to read the man pages. In this case it doesn’t. The closest you get to that sort of information from the vim man page is: > Type ":help" in Vim to get started. Type ":help subject" to get help on a specific subject. For example: ":help Z…