Created
January 29, 2016 14:18
-
-
Save mmazer/c7fe7ca2c5cc8c035b96 to your computer and use it in GitHub Desktop.
Vim mapping to re-indent buffer and return to current cursor position
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
" re-indent buffer and return to current position | |
nnoremap g= gg=G`` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment