Last active
August 29, 2015 14:19
-
-
Save wvv8oo/878ed470727dc752139a to your computer and use it in GitHub Desktop.
vim乱码问题的解决
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#复制以下内容到~/.vimrc中即可,如果文件不存在,则创建此文件 | |
set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936 | |
set termencoding=utf-8 | |
set encoding=utf-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment