Skip to content

Instantly share code, notes, and snippets.

@halloffame
Created December 15, 2012 00:36
Show Gist options
  • Save halloffame/4290010 to your computer and use it in GitHub Desktop.
Save halloffame/4290010 to your computer and use it in GitHub Desktop.
This is my default .vimrc file that you can put in your home directory to customize vim.
:set tabstop=2
:set expandtab
:set shiftwidth=2
:set autoindent
:set number
:set whichwrap+=<,>,h,l,[,]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment