dotar/vim/plugin/settings/rails.vim

4 lines
114 B
VimL

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