Skip to content

Instantly share code, notes, and snippets.

@dedy-purwanto
Created February 12, 2012 15:16
Show Gist options
  • Save dedy-purwanto/1809013 to your computer and use it in GitHub Desktop.
Save dedy-purwanto/1809013 to your computer and use it in GitHub Desktop.
VIM indent/outdent with tab
vnoremap <silent><S-TAB> <gv
vnoremap <silent><TAB> >gv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment