Vim配置
Posted forrest-lin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vim配置相关的知识,希望对你有一定的参考价值。
显示行号
set number
设置Tab键长度为4个空格
set tabstop=4
以空格代替Tab
set expandtab
自动缩进
set smartindent
以上是关于Vim配置的主要内容,如果未能解决你的问题,请参考以下文章
Posted forrest-lin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vim配置相关的知识,希望对你有一定的参考价值。
set number
set tabstop=4
set expandtab
set smartindent
以上是关于Vim配置的主要内容,如果未能解决你的问题,请参考以下文章