vim基本配置

cat >~/.vimrc<<EOF
set ts=4
set nu
set autoindent
set cindent
EOF
source ~/.vimrc
原文地址:https://www.cnblogs.com/anyux/p/11922637.html