TagList
git-svn-id: http://photonzero.com/dotfiles/trunk@78 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
eb595d803f
commit
230bea834a
4 changed files with 6056 additions and 2 deletions
4
.gvimrc
4
.gvimrc
|
|
@ -3,8 +3,10 @@ winsize 115 45
|
||||||
"set guifont=DejaVu\ Sans\ Mono:h15.00
|
"set guifont=DejaVu\ Sans\ Mono:h15.00
|
||||||
set guifont=Inconsolata:h18.00
|
set guifont=Inconsolata:h18.00
|
||||||
set guioptions-=L
|
set guioptions-=L
|
||||||
set guioptions-=r
|
|
||||||
|
|
||||||
|
if has("gui_macvim")
|
||||||
|
set fuoptions=maxvert,maxhorz
|
||||||
|
endif
|
||||||
"call AppleTSetPath("~/work/client")
|
"call AppleTSetPath("~/work/client")
|
||||||
"map gg :CmdT
|
"map gg :CmdT
|
||||||
map <C-1> 1gt
|
map <C-1> 1gt
|
||||||
|
|
|
||||||
1501
.vim/bundle/taglist/doc/taglist.txt
Executable file
1501
.vim/bundle/taglist/doc/taglist.txt
Executable file
File diff suppressed because it is too large
Load diff
4546
.vim/bundle/taglist/plugin/taglist.vim
Normal file
4546
.vim/bundle/taglist/plugin/taglist.vim
Normal file
File diff suppressed because it is too large
Load diff
7
.vimrc
7
.vimrc
|
|
@ -65,7 +65,11 @@ let g:NERDChristmasTree = 1
|
||||||
let g:NERDChristmasTree = 1
|
let g:NERDChristmasTree = 1
|
||||||
let g:NERDTreeQuitOnOpen = 1
|
let g:NERDTreeQuitOnOpen = 1
|
||||||
let g:NERDTreeWinPos = "right"
|
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
|
"MiniBufExplore Options
|
||||||
"let g:miniBufExplMapWindowNavVim = 1
|
"let g:miniBufExplMapWindowNavVim = 1
|
||||||
|
|
@ -82,6 +86,7 @@ let g:NERDTreeWinPos = "right"
|
||||||
"nnoremap gn gt
|
"nnoremap gn gt
|
||||||
"nnoremap gp gT
|
"nnoremap gp gT
|
||||||
nmap gt :NERDTreeToggle<CR>
|
nmap gt :NERDTreeToggle<CR>
|
||||||
|
nmap gT :TlistToggle<CR>
|
||||||
nnoremap gc :bdelete<CR>
|
nnoremap gc :bdelete<CR>
|
||||||
nnoremap gK :bdelete!<CR>
|
nnoremap gK :bdelete!<CR>
|
||||||
nnoremap gn :bn<CR>
|
nnoremap gn :bn<CR>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue