dotar/vim/settings/rails.vim

4 lines
114 B
VimL
Raw Normal View History

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