Created
August 13, 2015 00:40
-
-
Save hollingberry/848b0cafd2765c99465e to your computer and use it in GitHub Desktop.
Don't deselect when indenting in vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vnoremap > ><CR>gvll | |
vnoremap < <<CR>gvhh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gv
recalls the most recent selectionll
andhh
put the cursor back where it started