" my current .vimrc " put it up here so I don't lose it again... set smarttab set ai set si syntax on " do I need all these? set tabstop=4 set softtabstop=4 set shiftwidth=4 " if I say make, write the file beforehand set autowrite " search should be case insensitive... " but if I search for anything with caps in it, assume I want it sensitive set ignorecase set smartcase " seems default most of the time, except ? set bs=2 set showmatch