Securecrt, input Chinese in VIM

Source: Internet
Author: User

1. securecrt

Settings in session

1) Session option → select the font (New, or fix-sys, or others), and select chinese_gb2312 for the character set.

2) Vim/etc/sysconfig/i18n

Lang = "zh_CN.UTF-8"

3) VI ~ /. Bash_profile

Export lang = zh_CN.UTF-8

2. Vim

Based on the 1 setting:

Vim/etc/vimrc

Set fileencodings = UCS-bom, UTF-8, cp936, Chinese // parse the file according to the file encoding method specified by fileencoding (do not use Latin1 encoding here, otherwise it is easy to get garbled characters)

Other available commands. Open vim and enter

1): set encoding // view the current Encoding

: Set encoding = UTF-8 // set the current encoding to UTF-8

2): Set termencoding // view the display code of the current terminal

: Set termencoding = UTF-8 // sets the current interrupt display encoding to UTF-8

3): Set fileencoding // view the current file encoding method

: Set fileencoding = UTF-8 // view the current file encoding method

Restart Linux.

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.