~ calebegg /.vimrc

syntax on

" Icky brown highlighting? In MY term?
hi Search ctermbg=6

set wildmode=longest:list

set showcmd

" Keeps cursor from being <5 lines from edge of window.
set scrolloff=5

set hlsearch

" I never use gh, and :noh[lsearch] takes too long to type.
map gh :nohlsearch

set softtabstop=2