shell tab键转成4个空格

背景

shell tab键转成4个空格

操作

在/root根目录下

vim .vimrc

set nu
set tabstop=4
set expandtab
set autoindent
set softtabstop=4
set shiftwidth=4
原文地址:https://www.cnblogs.com/syw-home/p/12568762.html