mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
allow dot cmd in visual mode
This commit is contained in:
4
vimrc
4
vimrc
@@ -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`]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user