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.
如图所示,NERDTree 在 tmux 会话中出现问题。拆分窗口时也存在同样的问题。但现在我正在使用powerline这一次 Vim 状态在 tmux 中出现问题(在图片中看到状态行的中间部分)。怎么了?
很长一段时间后,我在 github 中查看了一个 dotfile repo,我想出了解决方案。仅仅一行代码就使Vim和Tmux之间的通信顺畅。
在.tmux.conf文件中,添加这一行
.tmux.conf
set-window-option -g utf8 on