From a95245c9911a3836d5d0728d6079e4c79571c600 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 21 Nov 2018 22:55:43 +1300 Subject: Restore 'visualbell' Vim setting Commit 35ba8df removed this, but the bell still rings on a TTY and in an X terminal outside of tmux. I didn't notice because the machine I was using doesn't have a PC speaker. --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index d017dfe9..03844def 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -215,6 +215,9 @@ if exists('+virtualedit') set virtualedit+=block endif +" Never beep at me +set visualbell t_vb= + " Stack normal/visual/select Ctrl-L to clear search highlight nnoremap :nohlsearch vnoremap :nohlsearchgv -- cgit v1.2.3