让vim 中tab = 4个空格
vi ~/.vimrc autocmd FileType * set tabstop=4|set shiftwidth=4|set noexpandtab autocmd FileType python set tabstop=4|set shiftwidth=4|set expandtab
http://blog.rogerz.cn/archives/375