[root@localhost tmp]# cat ~/.vimrc 启用语法高亮 syntax on 显示行号 set number 启用缩进 set autoindent 显示匹配的项 set showmatch 启用鼠标支持 set mouse=a 将制表符 (Tab) 替换为空格 set expandtab set tabstop=4 set shiftwidth=4