git-svn-id: http://photonzero.com/dotfiles/trunk@78 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2010-11-18 01:40:06 +00:00
parent eb595d803f
commit 230bea834a
4 changed files with 6056 additions and 2 deletions

View file

@ -3,8 +3,10 @@ winsize 115 45
"set guifont=DejaVu\ Sans\ Mono:h15.00
set guifont=Inconsolata:h18.00
set guioptions-=L
set guioptions-=r
if has("gui_macvim")
set fuoptions=maxvert,maxhorz
endif
"call AppleTSetPath("~/work/client")
"map gg :CmdT
map <C-1> 1gt

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

7
.vimrc
View file

@ -65,7 +65,11 @@ let g:NERDChristmasTree = 1
let g:NERDChristmasTree = 1
let g:NERDTreeQuitOnOpen = 1
let g:NERDTreeWinPos = "right"
let Tlist_GainFocus_On_ToggleOpen = 1
let Tlist_Use_Right_Window = 1
let Tlist_Inc_Winwidth = 0
let Tlist_WinWidth = 40
let Tlist_Show_One_File = 0
"MiniBufExplore Options
"let g:miniBufExplMapWindowNavVim = 1
@ -82,6 +86,7 @@ let g:NERDTreeWinPos = "right"
"nnoremap gn gt
"nnoremap gp gT
nmap gt :NERDTreeToggle<CR>
nmap gT :TlistToggle<CR>
nnoremap gc :bdelete<CR>
nnoremap gK :bdelete!<CR>
nnoremap gn :bn<CR>