vim的配置文件为 /etc/vimrc,不要直接修改这个文件,在用户根目录下建隐藏文件:vim ~/.vimrc
set showmode nohlsearchset autoindent tabstop=4set expandtabsyntax on
abbr sh #!/bin/bash