1. 进入 root 模式
su root
2. 编辑 /etc/vimrc 文件
root@localhost /home/xiluhua/tscripts $ vi /etc/vimrc
3. 文件里加入一行代码
set ts=4
4. 退出
exit
再试下编辑文件,使用 tab 键,OK!