Vim常见用法和配置 2020-11-21 22 words technology 阅读大约需要 1分钟 | 本文总阅读量 vim tab改为4个空格 cat >> /etc/vimrc << EOF set ts=4 set expandtab set autoindent EOF