ugh
[dotfiles.git] / .vimrc
CommitLineData
7aad4edb 1set expandtab
7fc9a145 2set incsearch
3set tabstop=4
4set backspace=2
5set ruler
6set smartcase
7set showmatch
7fc9a145 8set nu
9set nocp
7aad4edb 10set nowrap
068cdcea 11
12cmap w!! w !sudo tee > /dev/null %
13
7aad4edb
CR
14"execute pathogen#infect()
15
7fc9a145 16syntax on
17