centos7vim中文乱码解决方法[vim使用教程]

python

使用vim的时候有中文乱码解决方法:

对于CentOS应该修改/etc/vimrc文件,在该文件头上添加下面四行代码:

set fileencodings=utf-8,gb2312,gbk,gb18030  

set termencoding=utf-8  

set fileformats=unix  

set encoding=prc

保存即可。

Python学习网,有大量免费的Vim使用教程,欢迎大家学习!

以上是 centos7vim中文乱码解决方法[vim使用教程] 的全部内容, 来源链接: utcz.com/z/526804.html

回到顶部