.vimrc @ bde73fa7d20a

Add the b alias.
author Steve Losh <steve@stevelosh.com>
date Fri, 28 Aug 2009 21:15:57 -0400
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