English
Appearance
:set paste
set tabstop=4 " 设置 tab 键为 4 个空格 set shiftwidth=4 " 设置自动缩进的空格数 set expandtab " 将 tab 转换为空格
export EDITOR=/usr/bin/vim