Created
July 26, 2015 21:47
-
-
Save kymtwyf/8d4c2bbb321f7d5b236e to your computer and use it in GitHub Desktop.
Mac下vim中文乱码解决,新建~/.vimrc
This file contains 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
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