Skip to content

Instantly share code, notes, and snippets.

@oculushut
Last active July 6, 2016 14:15
Show Gist options
  • Save oculushut/1c46c0cee7bcd8ae68e3f7d8bb82d070 to your computer and use it in GitHub Desktop.
Save oculushut/1c46c0cee7bcd8ae68e3f7d8bb82d070 to your computer and use it in GitHub Desktop.
http://vim.wikia.com/wiki/VimTip83
Makes tabs 2 spaces in width:
set expandtab
set shiftwidth=2
set softtabstop=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment