문제

I have NERDTree on the left side of my Vim's window (and the main files in the center). Every time I open Taglist (:TlistToggle), it is displayed in the left side together with NerdTree. I made a custom remapping for Taglist:

nnoremap <F3> :TlistToggle<CR>

How can I make Taglist open to the right side instead of the left side?

도움이 되었습니까?

해결책

Put into your vimrc:

let Tlist_Use_Right_Window   = 1
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top