Skip to content

Instantly share code, notes, and snippets.

@kymtwyf
Created July 26, 2015 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kymtwyf/8d4c2bbb321f7d5b236e to your computer and use it in GitHub Desktop.
Save kymtwyf/8d4c2bbb321f7d5b236e to your computer and use it in GitHub Desktop.
Mac下vim中文乱码解决,新建~/.vimrc
let &termencoding=&encoding
set fileencodings=utf-8,gbk,utf-16,big5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment