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:
parent
532e676884
commit
17b466e745
3 changed files with 3970 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
1467
.vim/bundle/yankring/doc/yankring.txt
Normal file
1467
.vim/bundle/yankring/doc/yankring.txt
Normal file
File diff suppressed because it is too large
Load diff
2499
.vim/bundle/yankring/plugin/yankring.vim
Normal file
2499
.vim/bundle/yankring/plugin/yankring.vim
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue