whoops2
[dotfiles.git] / .vimrc
1 set incsearch
2 set tabstop=4
3 set backspace=2
4 set ruler
5 set smartcase
6 set showmatch
7 set cindent
8 set nu
9 set nocp
10 syntax on
11