Vim配置

set nu
set tabstop=4
set shiftwidth=4
set autoindent
set softtabstop=4
syntax on
shift+v-->按下等号键代码重排

你可能感兴趣的:(Vim配置)