Ruby/Rails centric Vim with support for Git, RVM and more!
I’ve been using Vim for Ruby/Rails development for the past 9 months and have tuned it to the point where I am significantly more productive than I was with Netbeans IDE. Here is my vimfile configuration.
Comments
Giving this a shot. So far, I like it and made minimal customizations. Coming from a textmate-based setup and basic (but long) vi experience. I kind of miss R for replace though. Little r works fine, but I forget if and why I always used R for replacing single characters.
Nice. One comment:
,Space - Remove search highlighting
- I use Enter for that in Normal mode. I don’t think it’s mapped to anything else by default.Post a comment