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