,vv and ,cc to open view and controller in rails

This commit is contained in:
yan
2012-06-06 22:14:09 -07:00
parent fc3f4f337a
commit b672159d4c
2 changed files with 18 additions and 1 deletions

View File

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