Solve the problem of vi code highlighting in secureCRT

Source: Internet
Author: User
Solve the problem of vi code highlighting in secureCRT when using secureCRT terminal to connect to the server, use vi to edit the code. The color displayed is only black and white, and it looks gray. after searching, change vi ~ /. The configuration in vimrc is enough. this is a file code used to configure vi, such...
Solve the problem of vi code highlighting in secureCRT

When you use the secureCRT terminal to connect to the server, you can use vi to edit the code. the displayed color is black and white, and it looks gray. after searching, change the vi ~ /. The configuration in vimrc is fine. this is a file code used to configure vi: Vi code set nocp set ru set nonu "set cin" set cino =: 01_t0 (sus set sm set ai set sw = 4 set ts = 4 set noet set lbr set hls "set backspace = indent, eol, start" set whichwrap = B, s, <,>, [,] "set fo + = mB set selectmode =" set mousemodel = popup set keymodel = "set selection = comprehensive" set matchpairs ++ = syntax on set hlsearch highlight Search term = reverse ctermbg = 4 ctermfg = 7 highlight Normal ctermbg = black ctermfg = white highlight Comment ctermfg = blue set cin "colo ron filetype on
After saving, you can disconnect and reconnect to liujiahaogood.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.