为了vim更好的支持python写代码,修改tab默认4个空格有两种设置方法:
1. vim /etc/vimrc
set ts=4 set sw=4
2.vim /etc/vimrc
set ts=4 set expandtab set autoindent