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 があります (中央にメイン ファイルがあります)。タグリスト(:TlistToggle)を開くたびに左側にNerdTreeと一緒に表示されます。Taglist のカスタム リマッピングを作成しました。
nnoremap <F3> :TlistToggle<CR>
Taglist を左側ではなく右側に開くにはどうすればよいですか?
あなたのvimrcに入れてください:
let Tlist_Use_Right_Window = 1