vim使用

vim中文乱码

1
2
3
4
##配置文件,开头添加以下配置
set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
set termencoding=utf-8
set encoding=utf-8