Skip to content

Instantly share code, notes, and snippets.

@kenmickles
Created August 24, 2011 18:23
Show Gist options
  • Save kenmickles/1168769 to your computer and use it in GitHub Desktop.
Save kenmickles/1168769 to your computer and use it in GitHub Desktop.
My .vimrc
color murphy
syntax on
set ai
set nowrap
set nu
set ruler
set showcmd
set nohlsearch
set showmatch
set backspace=indent,eol,start
set nocompatible
set vb
set tabstop=2
set shiftwidth=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment