我正在使用Vim的精彩Taglist plugin,我想知道是否有任何方法可以改变列表的位置。 我想从屏幕的右侧部分弹出,而不是左侧,现在就是弹出窗口。
答案 0 :(得分:2)
来自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
链接到taglist-options部分。