Skip to content

Instantly share code, notes, and snippets.

View kcmerrill's full-sized avatar

kc merrill kcmerrill

View GitHub Profile
@kcmerrill
kcmerrill / .vimrc
Last active January 9, 2017 17:54
"Automagically source .vimrc on save
autocmd! bufwritepost .vimrc source %
" Set up some basics
set nocompatible " Who needs vi anyways?
set t_Co=256 " Force 246 colors for the temrinal
set nowrap " don't wrap lines
set tabstop=4 " a tab is four spaces
set smarttab
set softtabstop=4 " when hitting <BS>, pretend like a tab is removed, even if spaces