日期:2014-05-16  浏览次数:20554 次

linux vim定制
定制vim编辑器:
vi ~/.vimrc
set tabstop=4
set softtabstop=4
set shiftwidth=4
set noexpandtab / expandtab