Skip to content

Instantly share code, notes, and snippets.

@zacman85
Created December 2, 2010 23:09
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 zacman85/726291 to your computer and use it in GitHub Desktop.
Save zacman85/726291 to your computer and use it in GitHub Desktop.
My vimrc file
syntax on
set bs=2
set ruler
set history=50
set noexpandtab
set shiftwidth=4
set softtabstop=4
set tabstop=4
set autoindent
set smartindent
set showmatch
set incsearch
set virtualedit=all
set foldmethod=marker
set foldlevel=0
:highlight Folded ctermfg=Gray ctermbg=Magenta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment