vimrc

http://easwy.com/blog/archives/advanced-vim-skills-catalog/

from unixcenter:

set encoding=gb2312
syn on
set tabstop=4
set shiftwidth=4
set autoindent
set backspace=2
set smartindent
set ai!
set showmatch
set ruler
set incsearch

你可能感兴趣的:(encoding)