This topic created in 4381 days ago, the information mentioned may be changed or developed.
我的vim中文输入编码解决方法,.vimrc中添加
set encoding=utf-8
set fileencoding=utf-8
set fileencodings=utf-8,gbk
1 replies • 2014-05-11 12:07:54 +08:00
 |
|
1
lululau May 11, 2014 1
echo -e '\nexport LANG=zh_CN.UTF-8' >> ~/.bashrc
|