vim设置
时间:2014-03-02 23:22:43
收藏:0
阅读:485
.vimrc
/root/.vim/template/python
=======
:set ts=4
:set noexpandtab
:%retab!
if filereadable("/root/.vim/template/python")
autocmd BufNewFile *.py 0 read /root/.vim/template/python
endif
原文:http://www.cnblogs.com/noobkey/p/3575754.html
评论(0)