dotar/vim/plugin/settings/rails.vim
Yan Pritzker 628cd5f5a7 Revert "Added ,mm to switch to mailer while in view"
Conflicted with showmarks in an ugly way
This reverts commit 44a2cd79d0.
2013-03-08 10:00:38 -06:00

4 lines
114 B
VimL

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