dotar/SpaceVim.d/autoload/settings/out_of_usage/rails.vim
2020-09-19 21:40:14 +08:00

5 lines
159 B
VimL

" Better key maps for switching between controller and view
nnoremap ,vv :Eview<cr>
nnoremap ,cc :Econtroller<cr>
nnoremap ,hc :%s/:\([^=,'"]*\) =>/\1:/gc<cr>