allow dot cmd in visual mode

This commit is contained in:
Thomas Ruoff
2017-02-12 22:18:05 +01:00
parent 9f1078fa59
commit 39198626dd

4
vimrc
View File

@@ -184,6 +184,10 @@ noremap <leader>bd :bd<cr>
"" indent visual selected code without unselecting and going back to normal mode
vnoremap > >gv
vnoremap < <gv
"" allow using . with visual mode
vnoremap . :norm.<cr>
"" Visually select the text that was last edited/pasted
nnoremap gV `[v`]