Stuff
git-svn-id: http://photonzero.com/dotfiles/trunk@27 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
8ef96f95b9
commit
fc5eee4948
7 changed files with 252 additions and 5 deletions
14
.vimrc
14
.vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue