SecureCRT连接linux,vim颜色显示问题

 为什么使用VIM?由于具有颜色显示的功能。而且还支持很多程序语法。VIM能够帮助你直接进行程序除错。可是在SecureCRT连接Linux后显示就是黑白,感觉非常不爽!

怎么办?

vim编敲代码也非常不方便,颜色纠错功能没有了。

解决方法:

1.确认安装了vim-enhanced

rpm -qa | grep vim-enhanced

2.optins>session options

Terminal>emulation

xterm再勾选ASNI color。use color scheme

Apperence>current color scheme

选择traditional

单击OK

最后。disconnet然后又一次连接登陆就能够了

显示效果例如以下:

vim编程程序效果例如以下

原文地址:https://www.cnblogs.com/tlnshuju/p/7403370.html