Using VIM as an Interactive Ruby Environment
Posted in ruby, vim on January 5th, 2008 No Comments »
I’m working on some ruby code today on a cleanly installed vim. I decided to improve my editing experience a bit and found some a couple enhancements that work quite nice together.
Evaluate ruby with the press of a button
You can see the source of this tip from the vim wiki. I find the last bit […]