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