Skip to content

Instantly share code, notes, and snippets.

@gatoravi
Created April 21, 2016 15:06
Show Gist options
  • Save gatoravi/bb4b0c836d08efcd464e908d0d377e1f to your computer and use it in GitHub Desktop.
Save gatoravi/bb4b0c836d08efcd464e908d0d377e1f to your computer and use it in GitHub Desktop.
Turning on and off tabs in Vim
set expandtab #convert tabs to spaces
set noexpandtab #don't convert tabs to spaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment