Yankring and make taglist work like NERDTree

git-svn-id: http://photonzero.com/dotfiles/trunk@82 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2011-03-22 08:06:05 +00:00
parent 532e676884
commit 17b466e745
3 changed files with 3970 additions and 0 deletions

View file

@ -1551,6 +1551,8 @@ function! s:Tlist_Window_Init()
nnoremap <buffer> <silent> <CR>
\ :call <SID>Tlist_Window_Jump_To_Tag('useopen')<CR>
nnoremap <buffer> <silent> o
\ :call <SID>Tlist_Window_Jump_To_Tag('useopen')<CR>
nnoremap <buffer> <silent> O
\ :call <SID>Tlist_Window_Jump_To_Tag('newwin')<CR>
nnoremap <buffer> <silent> p
\ :call <SID>Tlist_Window_Jump_To_Tag('preview')<CR>
@ -1591,6 +1593,8 @@ function! s:Tlist_Window_Init()
inoremap <buffer> <silent> <Return>
\ <C-o>:call <SID>Tlist_Window_Jump_To_Tag('useopen')<CR>
inoremap <buffer> <silent> o
\ <C-o>:call <SID>Tlist_Window_Jump_To_Tag('useopen')<CR>
inoremap <buffer> <silent> O
\ <C-o>:call <SID>Tlist_Window_Jump_To_Tag('newwin')<CR>
inoremap <buffer> <silent> p
\ <C-o>:call <SID>Tlist_Window_Jump_To_Tag('preview')<CR>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff