dotar/vim/plugin/settings/rails.vim
2013-03-08 09:18:30 -06:00

5 lines
140 B
VimL

" Better key maps for switching between controller and view
nnoremap ,vv :Rview<cr>
nnoremap ,cc :Rcontroller<cr>
nnoremap ,mm :Rmailer<cr>