Hacker News new | ask | show | jobs
by dsmithatx 3718 days ago
I don't have time to make a screencast but, I don't see a huge difference between VIM/Emacs to be honest. Most devs seem to like Emacs more for the easy complexity I suppose.

For modern development I wouldn't compare vim (a text editor) to Eclipse (an IDE). I'd say learn vim if you think you might ever find yourself in a shell needing to do things. No Xwindows and maybe not even emacs. I personally use vim for everything I do but, that's because I've used it for 21 years now. The second reason is I develop by always taking the easiest path (kiss theory) and generally don't need an IDE for most things. The third reason is that I started developing carpel tunnel in my right hand using the mouse and decided to not use a mouse as much as possible.

1 comments

Just about every IDE has a vim-mode plugin available. While they're not perfect, they give you much of the efficiency while not having to give up the trappings of an IDE.

I also have struggled with mouse-related RSI. Switching to trackballs helped a ton for me.

this. vsvim definitely improved my daytime life.