vim 中文编码

前端之家收集整理的这篇文章主要介绍了vim 中文编码前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

解决vim 中文乱码

1.打开vimrc

vim ~/.vimrc

2.添加几行设置编码

set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
set termencoding=utf-8
set encoding=utf-8

亲测vim 8.0.x有效

3.参考

https://www.cnblogs.com/joeyupdo/archive/2013/03/03/2941737.html

原文链接:https://www.f2er.com/bash/389022.html

猜你在找的Bash相关文章