Conflicted with showmarks in an ugly way This reverts commit 44a2cd79d09aea86c464d4880d5fdfe8b378d7ce.
4 lines
114 B
VimL
4 lines
114 B
VimL
" Better key maps for switching between controller and view
|
|
nnoremap ,vv :Rview<cr>
|
|
nnoremap ,cc :Rcontroller<cr>
|