ansible-role--vim/templates/plugin.rails.j2
2015-12-27 18:48:53 +01:00

9 lines
209 B
Django/Jinja

" Rails : set key mapping
nnoremap <Leader>rc :Rcontroller<CR>
nnoremap <Leader>rv :Rview <cword><CR>
nnoremap <Leader>rh :Rhelper <cword><CR>
nnoremap <Leader>rm :Rmodel<CR>
nnoremap <Leader>rs :Emodel<CR>