我使用 NERDTree 作为文件浏览器,使用其菜单后,Vim 没有恢复到原始大小,请参见下面的屏幕截图。
\n\n\n仅当我调整终端窗口大小时,编辑器才会恢复正常。
\n我的系统配置
\nNERD树配置
\nnmap <Leader>nt :NERDTreeFind<CR>let NERDTreeQuitOnOpen=1let NERDTreeShowHidden=1let g:NERDTreeDirArrowExpandable = \'\xe2\x96\xb8\'let g:NERDTreeDirArrowCollapsible = \'\xe2\x96\xbe\'let g:NERDTreeIgnore = [\'^node_modules$\']