去除搜索字符的记录

set nohlsearch

命令行模式下,输入:nohlsearch

也可以:set nohlsearch

可以简写成noh和set-noh

禁止生成临时文件

set nobackup
set noswapfile

搜索忽略大小写

set ignorecase

语法高亮

set syntax=on

去掉输入错误的提示声音

set noeb

自动缩进

set autoindent
set cindent

Tab键的宽度

set tabstop=4

统一缩进为4

set softtabstop=4
set shiftwidth=4

搜索逐字符高亮

set hlsearch
set incsearch
set ts=4
set softtabstop=4
set shiftwidth=4
set expandtab
set autoindent
set nohlsearch
set nobackup
set noswapfile
set ignorecase
set syntax=on
set noeb

可参考这更牛逼文章:https://blog.csdn.net/weixin_38169413/article/details/83098902

Last modification:January 31, 2020
如果觉得我的文章对你有用,请随意赞赏