Commit e2b22f9

mo khan <mo@mokhan.ca>
2017-01-14 18:09:50
turn on visual bell and do nothing.
1 parent 7014b54
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