Skip to content

Instantly share code, notes, and snippets.

@jackie-do
Created January 1, 2018 01:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackie-do/bda1073dfa34abf54b26a2d961d2cf36 to your computer and use it in GitHub Desktop.
Save jackie-do/bda1073dfa34abf54b26a2d961d2cf36 to your computer and use it in GitHub Desktop.
Set up vim
" display line number
:set number
" size of a hard tabstop
set tabstop=2
" always uses spaces instead of tab characters
set expandtab
" size of an "indent"
set shiftwidth=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment