摘要: 背景 shell tab键转成4个空格 操作 在/root根目录下 vim .vimrc set nu set tabstop=4 set expandtab set autoindent set softtabstop=4 set shiftwidth=4 阅读全文
posted @ 2020-03-25 19:22 威威后花园 阅读(1729) 评论(0) 推荐(0) 编辑