vim环境配置
配置文件: /etc/vim/vimrc用 vim 编辑配置文件,添加如下信息:set ai ignorecase tabstop=4set nu解释:ai为设置自动缩进ignorecase搜索时忽略大小写tabstop=4设置tab宽度为4个空格宽nu显示行号