Created
April 29, 2013 16:12
-
-
Save vicramon/5482648 to your computer and use it in GitHub Desktop.
Handy vimrc options
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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