jdhao's digital space
Recent content on jdhao's digital space
马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml
Fixing the nerdtree Window Problem with `bd` Command in Nvim
2018年10月9日 12:19
If you have a nerdtree file navigation window on the left of the current buffer
and use :bd1, you will find that the nerdtree window will occupy the whole
window. When you open another buffer, you have to manually resize the nerdtree
window to a smaller size, which is super annoying.
How to prevent this behaviour?