标签:vim

Vim速通

Vim速通

原文链接:https://ovea-y.cn/vim_fast_config/ 直接上配置 在~/.vimrc中添加下面配置信息。 set ts=4 set autoindent set smartindent set tabstop=4 …