Skip to content

Instantly share code, notes, and snippets.

@sattybhens
sattybhens / vim config
Created March 31, 2011 19:18
my vim config file :)
" To start vim without using this .vimrc file, use:
" vim -u NORC
"
" To start vim without loading any .vimrc or plugins, use:
" vim -u NONE
"
" Use vim settings, rather then vi settings (much better!)
" This must be first, because it changes other options as a side effect.
set nocompatible