码迷,mamicode.com
首页 > 系统相关 > 详细

解决VIM编辑器中文乱码

时间:2016-06-29 15:51:00      阅读:326      评论:0      收藏:0      [点我收藏+]

标签:

追加如下内容到/etc/vimr (或者不同的用户家目录下的.vimrc文件中)

 

set encoding=utf8
filetype plugin indent on
syntax on
" show existing tab with 4 spaces width
set tabstop=4
" when indenting with ‘>‘, use 4 spaces width
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab

 

上边的内容中还有设置缩进的选项

解决VIM编辑器中文乱码

标签:

原文地址:http://www.cnblogs.com/along1226/p/5627083.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!