Created
August 24, 2011 18:23
-
-
Save kenmickles/1168769 to your computer and use it in GitHub Desktop.
My .vimrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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