解决vim或者zsh主题在tmux或者screen中高亮失效的问题。
在.zshrc中添加:
export TERM=xterm-256color
vim解决办法也可以是,在.vimrc当做添加:
set t_Co=256