Name: Anonymous 2011-08-03 18:13
I'm the bastard child of IDE's and code completion. Would my workflow be faster if I were familiar with Vim?
vim's modal philosophy starts to make sense and you won't be so shocked to see vim hackers program way faster than their colleagues do in Eclipse. vim. If you find that your current tools are slowing you down and it's time to move on, then I would recommend it. Run vimtutor to learn the basics. Print out the graphical cheat sheet. Google .vimrc and edit yours. Once you have a few handfuls of commands at your disposal, you'll start to notice how fluidly and effortlessly you make edits. Eventually you'll be looking at a stack trace and without even thinking or touching the mouse you'll fire off a seemingly complex combination of keystrokes and have your bug fixed in less than a second. You'll feel like a god. That's how vim users feel whenever they code.vim does? Yes. Will it always take more keystrokes? Yes. Will those keystrokes always be less if at all intuitive? Yes. Will you get carpal tunnel syndrome? Yes.