Created
October 3, 2016 08:10
-
-
Save bodqhrohro/fe62afea6a1d2cf3aacc69f5828e0e77 to your computer and use it in GitHub Desktop.
Manually set tabulation modes in Vim
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
: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