Fix shortcuts for deprecated Rails.vim commands

This commit is contained in:
Yan Pritzker 2015-06-23 13:38:44 -05:00
parent d74ab05613
commit e5b3c4cbeb

View File

@ -1,3 +1,3 @@
" Better key maps for switching between controller and view " Better key maps for switching between controller and view
nnoremap ,vv :Rview<cr> nnoremap ,vv :Eview<cr>
nnoremap ,cc :Rcontroller<cr> nnoremap ,cc :Econtroller<cr>