Skip to content

Instantly share code, notes, and snippets.

@hotoo
Created June 23, 2010 04:36
Show Gist options
  • Save hotoo/449505 to your computer and use it in GitHub Desktop.
Save hotoo/449505 to your computer and use it in GitHub Desktop.
" Normal Mode, Visual Mode, and Select Mode,
" use <Tab> and <Shift-Tab> to indent
" @see http://c9s.blogspot.com/2007/10/vim-tips.html
nmap <tab> v>
nmap <s-tab> v<
vmap <tab> >gv
vmap <s-tab> <gv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment