Change position on Ctags Taglist in Vim
I'm using开发者_运维百科 the wonderful Taglist plugin with Vim and I would like to know if there is any way to change the position of the list. I'd like to make it popup from the right part of the screen instead of the left, where it is now.
From the Taglist doc:
*'Tlist_Use_Right_Window'*
Tlist_Use_Right_Window
By default, the vertically split taglist window will appear on the left hand
side. If you prefer to open the window on the right hand side, you can set the
'Tlist_Use_Right_Window' variable to 1:
let Tlist_Use_Right_Window = 1
Link to the taglist-options section.
精彩评论