开发者

How do I open Vim's Taglist plugin to the right side of the window?

开发者 https://www.devze.com 2023-01-05 22:56 出处:网络
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 Ne开发者_开发技巧rdTre

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 Ne开发者_开发技巧rdTree. 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
0

精彩评论

暂无评论...
验证码 换一张
取 消