~ jmrepetti /.vimrc

filetype plugin indent on  " Automatically detect file types.
set nocompatible  " We don't want vi compatibility.

" Add recently accessed projects menu (project plugin)
set viminfo^=!

" alt+n or alt+p to navigate between entries in QuickFix
:map <S-Right> <Esc>:tabn<CR>
:map <S-Left> <Esc>:tabp<CR>

" Change which file opens after executing :Rails command
let g:rails_default_file='config/database.yml'

:syntax on
:colorscheme vibrantink