Created
June 18, 2013 19:14
-
-
Save shreeshga/5808355 to your computer and use it in GitHub Desktop.
Auto indent vim paste
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
" Indent/dedent/autoindent what you just pasted | |
nnoremap >< V`]> | |
nnoremap <lt>> V`]< | |
nnoremap =- V`]= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment