dotar/vim/settings/rails.vim
2015-06-23 13:38:44 -05:00

4 lines
114 B
VimL

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