vim linux SecureCRT vim颜色的设置

解决方法:

1、首先按照环境一的方法检查一下,如果环境一的情况不在进行第二步。
2、修改终端TERM这个环境变量:
1)export命令 临时生效
# echo $TERM
xterm
 
#如果结果显示:非“xterm”执行如下命令
# export TERM=xterm   
2)修改配置/etc/profile
# vim /etc/profile
export TERM=xterm   
# source /etc/profile 
 
设置CRT
options -->Session Options -->Terminal-->Emulation中将Terminal下拉菜单选xterm然后将必须钩上ANSI Colour
原文地址:https://www.cnblogs.com/fangshenghui/p/4672016.html