1、中文乱码问题
在~/.vimrc 中,添加以下内容
set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936 set termencoding=utf-8 set encoding=utf-8
set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
set termencoding=utf-8
set encoding=utf-8
本文标题:vim常见问题
本文链接:https://www.haomeiwen.com/subject/rlensttx.html
网友评论