.vimrc @ a92c2fa08ceb

Add the tmd hg alias and remove an old bash alias.
author Steve Losh <steve@stevelosh.com>
date Wed, 07 Oct 2009 00:06:27 -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