Skip to content

Instantly share code, notes, and snippets.

@vicramon
Created April 29, 2013 16:12
Show Gist options
  • Save vicramon/5482648 to your computer and use it in GitHub Desktop.
Save vicramon/5482648 to your computer and use it in GitHub Desktop.
Handy vimrc options
set shiftwidth=2
set number
colorscheme molokai
set ignorecase
if version >= 700
au InsertEnter * hi StatusLine ctermfg=28 ctermbg=white
au InsertLeave * hi StatusLine ctermfg=241 ctermbg=white
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment