Earlier quoted context omitted.
The majority of "vim users" are painful to watch using it solely in visual mode with arrow keys and pressing backspace like crazy when they want to delete something.
That's always funny. I have the same reaction with IDE users who vocally disdain my use of Vim. Usually, I find they're copying and pasting with a mouse in a solitary window in the centre of the screen whilst boasting about syntax highlighting. :D Of course it's great to see someone who actually really does know any piece of software give a demo of how they use it. For Vim newbies I'd point people first to the Vimtut…
Where Vim Came From
211–220 of 265 posts
Re: Where Vim Came From
#212Earlier quoted context omitted.
Relatedly, the emacs users I’ve met were 10+ years older than me (so far). Also, a huge number of other editors have vim keybindings as an option or plugin: intellij, eclipse, visual studio - the list goes on forever...
> a huge number of other editors have vim keybindings as an option or plugin: intellij, eclipse, visual studio - the list goes on forever... I think I managed to crash the IntelliJ vim keybinding mode like twenty times when trying to get used to vim. I did try later to just use vim on it's own, but it really doesn't appeal to me at all, I have to google pretty much everything I need to get done and that takes so much…
Re: Where Vim Came From
#213Earlier quoted context omitted.
Selection bias: the crowd on /r/linux is likely not representative.
Why not? Do Emacs users usually use other OS than Linux?
Jonathan Blow and Casey Muratori (he recently switched to something else I think, not sure if he's back to Emacs) being two prominent ones.
I use Emacs whether I'm on Linux, FreeBSD, macOS or Windows.
Re: Where Vim Came From
#214Earlier quoted context omitted.
Dude, your comments come across as categorizing and slightly judgemental. It's fine to use vim, and it's fine to use emacs. No need to get upset over a piece of technology.
I meant to say vim is the "hip" thing, as in, it's in fashion with a certain type of programmer for some reason. Fashion definitely exists in our world, even though it's hard to admit. In my (purely anecdotal) experience, vim gets a lot more lip service than actual use.
A lot of Elixir devs use vim, as well, and many came from Ruby/Rails.
Re: Where Vim Came From
#215Earlier quoted context omitted.
> every time I've tried to spend serious time in Emacs over the past 30 years on a PC or Mac keyboard, I've ended up with stabbing pains in my wrists within a week I used to think "emacs pinky" was a joke, but it is real. Eventually I learned how to re-map Caps Lock to be a Ctrl-key (I never used Caps Lock anyway), and Caps Lock is far more comfortable to reach with my pinky than either of the regular Ctrl-keys.
Yup. Remapping Caps Lock is kind of a shibboleth for Vim/Emacs users. Emacs users remap to CTRL; I hear Vim users remap to ESC.
Re: Where Vim Came From
#216Earlier quoted context omitted.
Startup time is a non-issue for both Vim and GNU Emacs on modern hardware. (It was not ever so: I remember first meeting Emacs under DOS on a 20MHz 386. It was not speedy.) Perhaps another underrated issue affecting relative uptake is keyboard layout. As the OP explained, Berkeley vi was originally developed on an ADM-3A tty, with no arrow keys and the "Esc" key where a modern keyboard would position the "Tab" key. I…
Nit: "not ever" and "never" are synonymous. I think you meant "it was ever so" or "it was always so" or "it was not ever an issue". Interesting hypothesis. Ergonomics is certainly one of the reasons I chose vim over emacs.
"Ever so" = for all, so
"Never so" = for all, not so
"Not ever so" = not (for all, so) = there exists, where not so.
The last is fairly clearly the intent of GP. Startup is short either way now, but there exists a time when it was not short - insert references to old slow hardware that would take 10-20 seconds to boot emacs.
Re: Where Vim Came From
#217Earlier quoted context omitted.
Very difficult to do with free software and completely irrelevant really. At some point in your life it's OK to accept that you're the weird one. We're the weird ones. Donald Knuth, Richard Stallman, Guido van Rossum, Rich Hickey et al are the weird ones. I don't know why emacs is such a barrier to everyone else or why vim is so attractive. But I don't understand most other humans about most things.
Ok let me be very honest here, let's look at both editors learning curves - vi/vim You need to learn to open a file, edit it, move around and exit and the edit/view mode. Everybody learns how to do it. At first it sucks but you can learn this in 5 min. Nothing too hard, and yes, do use the direction keys, it's not the 70s anymore. From there you can learn other things - Emacs You try reading anything about it, there'…
Do M-x (alt-x) and type help-with-tutorial, hit your enter key (RET in Emacs jargon).
Re: Where Vim Came From
#218Earlier quoted context omitted.
Relatedly, the emacs users I’ve met were 10+ years older than me (so far). Also, a huge number of other editors have vim keybindings as an option or plugin: intellij, eclipse, visual studio - the list goes on forever...
The funny thing is, emacs has the most compatible vi mode and they call it the evil-mode. Happy user for many years.
Re: Where Vim Came From
#219Earlier quoted context omitted.
> Thanks for reinforcing my point that Emacs is more worried about gatekeeping people than being friendly Any ideas how it could be better? It has a built-in tutorial. It has thorough help. It welcomes you with instructions on getting help, as you noted yourself. There's plenty of guides and tutorials on-line, too. What else could it do to be more friendly, that would not involve sacrificing its productivity features…
Honestly I feel that it has become more of a fame and dissimination thing than anything else. I've seen VIM portrayed as this holy grail of productivity for several years now, while Emacs has always been portrayed as a quirky complex editor. I'm a VIM user and never used Emacs (nothing against it) but, correct if I'm wrong, both have a similar philosophy and have a higher learning curve than modern editors. They're a…
Re: Where Vim Came From
#220> While Emacs certainly still has a following, some people think that the Editor Wars are over and that Vim won.16 The 2018 Stack Overflow Developer Survey suggests that this is true; only 4.1% of respondents used Emacs. I'm an Emacs user for years now and love the editor. But I'm curious about this claim of its poor popularity. The article refers to a piece from http://www.linux-magazine.com/Online/Blogs/Off-the-Bea…
The majority of "vim users" are painful to watch using it solely in visual mode with arrow keys and pressing backspace like crazy when they want to delete something.
People are most productive when they use the tools they know best. I use vim all the time, but I also like to use the right tool for the job, and sometimes that tool is an IDE and other times that tool is a gasp mouse.
( P.S. Please don't take this comment too seriously or personally, I am mostly kidding and am being extra hyperbolic on purpose because this thread seems like such a wonderful opportunity to rehash the never ending vim vs sublime debate and I wanted to get the sublime side of the argument off on a strong footing ;) )