icimence / icimence.github.io

icimence's Tech blog
https://icimence.github.io/
2 stars 0 forks source link

在Windows环境下Vim编辑器中文乱码问题 | Icimence's Tech Blog #15

Open icimence opened 4 years ago

icimence commented 4 years ago

https://icimence.cn/2020/03/20/%E5%9C%A8Windows%E7%8E%AF%E5%A2%83%E4%B8%8BVim%E7%BC%96%E8%BE%91%E5%99%A8%E4%B8%AD%E6%96%87%E4%B9%B1%E7%A0%81%E9%97%AE%E9%A2%98/

如题,在Windows环境中使用vim编辑会导致中文变为乱码,以下为解决方案: 更改Vim安装目录下的’_vimrc’文件为:以下的更改实质上就是改变了vim的runtimeconfig使得能在终端中输入中文字符,不会变为乱码set nocompatiblesource $VIMRUNTIME/vimrc_example.vimsource $VIMRUNTIME/mswin.vimbehave