diff --git a/vimrc b/vimrc index b9f3771..dda6117 100644 --- a/vimrc +++ b/vimrc @@ -184,6 +184,10 @@ noremap bd :bd "" indent visual selected code without unselecting and going back to normal mode vnoremap > >gv vnoremap < + "" Visually select the text that was last edited/pasted nnoremap gV `[v`]