解决VIM编辑器中文乱码

追加如下内容到/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

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

上一篇:为Jquery类和Jquery对象扩展方法


下一篇:jquery自定义函数的多种方法