git-svn-id: http://photonzero.com/dotfiles/trunk@27 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2008-11-26 23:48:11 +00:00
parent 8ef96f95b9
commit fc5eee4948
7 changed files with 252 additions and 5 deletions

14
.vimrc
View file

@ -4,17 +4,24 @@ syntax on
colorscheme barak
"set gfn=Monaco:h12:a
set ts=4
set softtabstop=4
"set softtabstop=4
set shiftwidth=4
set expandtab
"set expandtab
set nocompatible
set smartcase
set smartindent
set hidden
set history=1000
set wildmenu
set wildmode=list:longest
set ruler
"Sources
source ~/.vim/supertab.vim
source ~/.vim/charm.vim
source ~/.vim/plugin/AppleT.vim
runtime macros/matchit.vim
"source ~/.vim/syntax/motd.vim
@ -79,8 +86,7 @@ endif
command SaveSession :mksession! ~/.vim_last_session
command LoadSession :source ~/.vim_last_session
cd ~/work/gd/trunk
source ~/.vim/opt/*.vim
"if has("cscope")
" set csto=0
" set cst