Created
November 9, 2018 06:58
-
-
Save algotrader-dotcom/e854b69ddff0a834598f2ba824619424 to your computer and use it in GitHub Desktop.
set tabsize 4 space 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
To make the change for one session, use this command: | |
:set tabstop=4 | |
To make the change permanent, add it to ~/.vimrc or ~/.vim/vimrc: | |
set tabstop=4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment