Skip to content

Instantly share code, notes, and snippets.

@shreeshga
Created June 18, 2013 19:14
Show Gist options
  • Save shreeshga/5808355 to your computer and use it in GitHub Desktop.
Save shreeshga/5808355 to your computer and use it in GitHub Desktop.
Auto indent vim paste
" 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