The first day of work today, found that the new company is also the most familiar with the SECURECRT terminal. Once you get your office PC, the first thing to do is download and install SECURECRT 7.1. and set the previous favorite colors (described below).
The company's Web software is Rensin, before really did not contact, carefully read the predecessors wrote a super-streamlined set of deployment tutorials, found that can write a lazy script a button to do, and then write scripts, the way further familiar with the next resin.
Wrote half found previously familiar with the vim highlighting no, all underline, write up feel not good, so the next Niang, found a very simple solution:
SecureCRT under the VIM is not highlighted, but the underline what to do?
①, check whether the ~/.VIMRC is turned on highlighting: syntax on
②, edit/etc/profile, add Export Term=xterm-color, and then Source/etc/profile.
Ps: Can be used directly: Echo Export term=xterm-color>>/etc/profile && source/etc/profile command line is done.
Appendix: SecureCRT Eye-protection Color scheme (network collection, do not like to use)
①, setting the background color
options = Sessions options = Terminal + Emulation, select Xterm or Linux under the Terminal dropdown list, check ANSI Color, personal Huan Xterm, vim color is not dazzling.
The default ANSI color background color is black, it feels uncomfortable to see for a long time, you can modify the background color.
options, global options->terminal->apperance, ANSI Color, Default, click on the black, modify the color below is more comfortable, the color is: H, S, L = 128,240,25
②, setting font colorThe white font also looks uncomfortable and can be modified as well:
③, setting the directory color
④, setting the compressed file color
⑤, setting fonts
Options = Global options=>general=> default session=> Edit default = Appearance =>font.
Consolasor Courier New both fonts are good.
⑦, setting the cursor colorNo cursor is very inconvenient, and if the cursor color is set to match the background color, the cursor is not visible.
⑥, Final effectPs: Because of time, not measured, the above text and map are from the network, like the color of friends can refer to the settings.
Solve SecureCRT's vim with underline without highlighting problem, with best eye-protection color scheme