Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save algotrader-dotcom/e854b69ddff0a834598f2ba824619424 to your computer and use it in GitHub Desktop.
Save algotrader-dotcom/e854b69ddff0a834598f2ba824619424 to your computer and use it in GitHub Desktop.
set tabsize 4 space in vim
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