Commit e2b22f9
Changed files (1)
vimrc
@@ -19,7 +19,8 @@ set showmode " display mode in last line (e.g VISUAL)
set hidden " hide buffers instead of closing them.
set cursorline " highlight current line
set ttyfast " fast terminal connection
-set novisualbell " turn off visual bell
+set visualbell " turn on visual bell
+set t_vb= " set visual bell to do nothing
set noerrorbells " turn off error bell
set exrc " enable per-directory .vimrc files
set secure " disable unsafe commands in local .vimrc files