vim常用配置
时间:2021-06-16 14:34:12
收藏:0
阅读:33
~$ cat ~/.vimrc set expandtab # tab to space set number set tabstop=2 # tab size as 2 space set shiftwidth=2 # return line with 2 space set ruler # show ruler
原文:https://www.cnblogs.com/zengjianrong/p/14888708.html
评论(0)