.vimrc @ 9e86f39ef363

Add an alias for summary.
author Steve Losh <steve@stevelosh.com>
date Sun, 08 Nov 2009 11:19:21 -0500
parents da2751a0739f
children (none)
set nocompatible
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
set wrap
set lbr

set showmatch
set ruler
set incsearch
set backspace=indent,eol,start
set nu
set hls

syntax on
set background=dark