Skip to content

Instantly share code, notes, and snippets.

@gatoravi
Created October 13, 2015 22:00
Show Gist options
  • Save gatoravi/0adc8afe3ad9f7599e3d to your computer and use it in GitHub Desktop.
Save gatoravi/0adc8afe3ad9f7599e3d to your computer and use it in GitHub Desktop.
Switching from tabs to spaces and vice-versa in Vim
http://vim.wikia.com/wiki/Converting_tabs_to_spaces
To switch to Tabs from Spaces
:set noexpandtab
Switch to spaces
:set expandtab
:set tabstop=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment