Skip to content

Instantly share code, notes, and snippets.

@bodqhrohro
Created October 3, 2016 08:10
Show Gist options
  • Save bodqhrohro/fe62afea6a1d2cf3aacc69f5828e0e77 to your computer and use it in GitHub Desktop.
Save bodqhrohro/fe62afea6a1d2cf3aacc69f5828e0e77 to your computer and use it in GitHub Desktop.
Manually set tabulation modes in Vim
:command Tab0 :set noet sw=8 sts=0
:command Tab2 :set et sw=2 sts=2
:command Tab4 :set et sw=4 sts=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment