diff options
| author | jdhao <jdhao@hotmail.com> | 2019-10-24 19:46:47 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-24 19:46:47 +0800 |
| commit | b088f7adb88087cc2aeb6b7872ed51a5a9fae444 (patch) | |
| tree | df907f74fe6b7f9e17577ed37ab38373bb902685 | |
| parent | 09a84d1622f7ed1f9d644c14b8e8bd051e2699fc (diff) | |
Do not use annoying visual bells.
| -rw-r--r-- | options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options.vim b/options.vim index 1f83024..5fe0ae9 100644 --- a/options.vim +++ b/options.vim @@ -88,7 +88,7 @@ set wildignore+=*.aux,*.bbl,*.blg,*.brf,*.fls,*.fdb_latexmk,*.synctex.gz,*.pdf " Ask for confirmation when handling unsaved or read-only files set confirm -" Use visual bells to indicate errors, do not use errorbells +" Do not use visual and errorbells set visualbell noerrorbells " The level we start to fold |
