我正在尝试在docker容器中使用vim。但是,似乎NERDTree在docker内部无法正确显示。
它应该是这样的:
右箭头无法正确显示。除此之外,当突出显示一行并按Enter键时,该文件夹不会打开。是什么原因造成的?
复制步骤:
docker run --rm -ti ubuntu:14.04
在容器内:
Install NERDTree 5.0.0 from https://www.vim.org/scripts/script.php?script_id=1658
apt-get update
apt-get install -y git vim
git clone https://github.com/vim/vim.git
cd vim
vim .