Skip to content

Instantly share code, notes, and snippets.

@auselen
Last active December 29, 2015 12:49
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 auselen/7672730 to your computer and use it in GitHub Desktop.
Save auselen/7672730 to your computer and use it in GitHub Desktop.
Utku's .vimrc
"tabs
:set tabstop=4
:set shiftwidth=4
:set expandtab
"code folding
:set foldmethod=indent
:set foldlevelstart=99
"command completion
:set wildmode=longest,list,full
:set wildmenu
"for cygwin
syntax on
"colors
"sets comment color -> hi comment ctermfg=blue
hi normal ctermfg=white
"hi normal ctermbg=black
:set background=dark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment