Earlier quoted context omitted.
Even if it is, I don't see the relevance of this comment.
Exclusively used by Middle Aged Computer Scientists . E.M.A.C.S.
Helping a Million Developers Exit Vim
181–190 of 489 posts
Re: Helping a Million Developers Exit Vim
#182Earlier quoted context omitted.
Add in the bonus confusion that you may not have even been trying to run vim, and in fact may not know what it is (hey, everyone's a beginner some time), but have landed there due to a default $EDITOR value. [EDIT] also, a typical mid-level computer user's tendency to slap "ESC" when panicked. Ha!
Which OS/Linux distribution set default $EDITOR to vim? Personally I've never seen one, and I don't think vim is a sane default value for $EDITOR.
Re: Helping a Million Developers Exit Vim
#183Earlier quoted context omitted.
Many of us get dropped into vim by accident.
That's your distro's problem, not vim's. There is no reason to fuck up vim just because distros are poorly configured.
The impact on vim users would be virtually nil whilst also respecting that non-vim users are caused problems. Who is most to blame is not usually the most helpful focus.
Re: Helping a Million Developers Exit Vim
#184I'm somewhat amazed but mostly amused that the Vim developers care so little about user experience that they continue to ignore that people have trouble with exiting their tool and refuse to adapt to a more expected convention for exiting it.
[1] http://wayback.archive-it.org/all/20150203071645/http://cm.b...
Re: Helping a Million Developers Exit Vim
#185Earlier quoted context omitted.
If you took the modal interface away from vim, you wouldn't have vim anymore. If you don't want a modal interface, don't use vim. You may as well expect Porsche to move the 911's engine to the front.
> If you took the modal interface away from vim, you wouldn't have vim anymore. If you don't want a modal interface, don't use vim. The vast majority of people don't use vim, so this "solution" has already been widely adopted. (Which in turn causes people who like vim to periodically wonder why more people don't use it.) The problem comes because there are scenarios where you don't have a choice as to which editor to…
Like... nano? Or pico? All quite broadly available, and easy as dirt to use. You can even use them to work with `visudo`, one of the few times where I could imagine you don't have a choice.
Also, if you can edit it remotely over SSH, you can scp it in two directions and use your own favorite editor (assuming that editor doesn't already have something like network editing already built in; most do).
If you "don't have a choice", you're not looking hard enough.
Re: Helping a Million Developers Exit Vim
#186I spent almost 10 years doing IT for a company whose backend was based entirely on as/400. If you've ever used a system like that, I'm sure you know where this is going... The console's that the front-desk or clerical users used every day had a steep learning curve. It was something that you would definitely not be able to walk up to and just intuit. However , once you figured it out, there is never going to be a fas…
However, the company has been building new web-based solutions for a while, but all of them have so called "cryptic mode" where you can still directly input the commands, as it is order of magnitude faster, mandatory feature for experienced old-timer travel agents.
Re: Helping a Million Developers Exit Vim
#187Re: Helping a Million Developers Exit Vim
#188Re: Helping a Million Developers Exit Vim
#189The last graph shows, of people who get stuck in vim what language they use the most. This means this could just be a graph of the most used programming languages. eg if there is a uniform 10% probability that anyone will get stuck in vim. I would find it interesting to see a graph that show what percent of each language's users get stuck in vim.
Re: Helping a Million Developers Exit Vim
#190Earlier quoted context omitted.
git bash on windows has vim as the default editor when editing commit messages
Maybe someone should file a bug to them? I don't think vim is a sane default value for EDITOR, but I have no idea whether there's any sane alternative on Windows.