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