我的vim中文输入编码解决方法,.vimrc中添加
set encoding=utf-8
set fileencoding=utf-8
set fileencodings=utf-8,gbk
set encoding=utf-8
set fileencoding=utf-8
set fileencodings=utf-8,gbk
1
lululau May 11, 2014 echo -e '\nexport LANG=zh_CN.UTF-8' >> ~/.bashrc
|