Bundle 'jistr/vim-nerdtree-tabs' Orthrough Janus: cd ~/.janus git clone https://github.com/jistr/vim-nerdtree-tabs.git Map :NERDTreeTabsToggle command to some combo so you don't have to type it. Alternatively, you can use plug-mapping instead of a command, like this: ...
1.cd ~/.vim/bundle 2.git clone http://github.com/scrooloose/nerdtree.git 3. git clone http://github.com/jistr/vim-nerdtree-tabs.git 4.vim ~/.vimrc 加入以下設定 let g:NERDTreeWinSize = 20 "設定 NERDTree 視窗大小 map <Leader>n <plug>NERDTreeTabsToggle<CR> "設定 \ + n 打開 NERDT...