Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Vim 窗口左侧有 NERDTree(以及中间的主文件)。每次我打开 Taglist (:TlistToggle) 时,它都会与 NerdTree 一起显示在左侧。我为 Taglist 进行了自定义重新映射:
nnoremap <F3> :TlistToggle<CR>
如何使 Taglist 向右侧而不是左侧打开?
放入你的 vimrc:
let Tlist_Use_Right_Window = 1