view .vimrc @ 15:fe83d9892ee3

Replaced tests with a 'case' in .bash_aliases Added modeline in .bash_aliases to help vim see filetype Started work on Toodledo -> ~/.todo; so far not bad, but the Ruby gem might be buggy and cause problems. Idea is still somewhat sound, so instead of ripping out the code I'll just comment around it for now.
author huston@80426f53-59d1-405d-934b-f07cd76f4a1a
date Sun, 30 Aug 2009 20:37:09 +0000
parents c78481cfb082
children f65964738bab
line wrap: on
line source

version 5.0
set nocompatible
set autoindent
set cindent
set mouse=a
set smartindent
set smarttab
set tabstop=3
syntax on
set sw=3
set bg=dark
set textwidth=78
set sm
hi Normal guibg=black guifg=white