Skip to content

Instantly share code, notes, and snippets.

@wvv8oo
Last active August 29, 2015 14:19
Show Gist options
  • Save wvv8oo/878ed470727dc752139a to your computer and use it in GitHub Desktop.
Save wvv8oo/878ed470727dc752139a to your computer and use it in GitHub Desktop.
vim乱码问题的解决
#复制以下内容到~/.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