ansible-role--vim/templates/plugin.rails.vim.j2

9 lines
209 B
Plaintext
Raw Permalink Normal View History

2015-12-27 17:48:53 +00:00
" 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>