gVim on Rails on Ubuntu

  1. Install gVim from the add/remove menu.
  2. Copy this file to your home directory http://static.starryhope.com/wikifiles/.vimrc
  3. Extract this archive into your home directory http://static.starryhope.com/wikifiles/.vim.tar.gz

If you want to open files in a new tab, use the following command option

gvim --remote-tab 

Install vim-ruby

gem install vim-ruby
vim-ruby-install.rb

Copy and paste. Add this to ~/.vimrc in order to enable ctrl+c, ctrl+v for copy and paste

nmap <C-V> "+gP
imap <C-V> <ESC><C-V>i
vmap <C-C> "+y