repeat in visual mode? get out of here

This commit is contained in:
Thomas Ruoff
2018-01-27 00:39:09 +01:00
parent 5e2ca2af5f
commit d0f5b7dfdc

3
vimrc
View File

@@ -199,9 +199,6 @@ noremap <leader>bd :bd<cr>
vnoremap > >gv vnoremap > >gv
vnoremap < <gv vnoremap < <gv
"" allow using . with visual mode
vnoremap . :norm.<cr>
"" Visually select the text that was last edited/pasted "" Visually select the text that was last edited/pasted
nnoremap gV `[v`] nnoremap gV `[v`]