summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
blob: 7e44ed93cf12b39e6add53f35f2684768e55a6f1 (plain)
1
2
3
4
5
6
7
8
9
10
" Begin /etc/vimrc

set nocompatible
set backspace=2
syntax on
if (&term == "iterm") || (&term == "putty")
  set background=dark
endif

" End /etc/vimrc