标签:
编辑~/.vimrc文件,加上如下几行:
set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936 set termencoding=utf-8 set encoding=utf-8
vim 中文乱码问题
原文地址:http://www.cnblogs.com/Alex0111/p/5483649.html