Vim-ruby/vim-ruby - GitHub. Rails on Vim (in English) Update 2013: I’m not using the configuration described here.
Go straight to YADR for a more modern set of dotfiles. Update 04/27/09: I made some updates that you can read about here I’ve been thinking this through for a while about what are the best tools to develop Ruby and Rails project outside of the Mac. Specially on Windows. Ruby on Rails + VIM - Les chemins de traverse. Vim copy paste indentation issue. While pasting something into a file opened in vim editor, sometime you will see kind of a "staircase" effect where each line is progressively spaced farther outward. e.g.
I was doing to copy paste the following lines into a file opened in vim And it appeared like this This happens because Vim assumes that I am actually typing and not pasting, so it indents the lines again (I already had autoindent set in my .vimrc), and this results in additional white spaces at front. To avoid this, I ran the following command in vim command mode (before pasting)