From 35ba8df810c204ac6c5c013f93d33feb2b4b9b6a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 13 Jul 2018 10:02:36 +1200 Subject: Remove bell disabling in Vim I just realised that all of my terminals are already configured to handle this in a useful way; in tmux, the window name goes red, and in PuTTY, the Windows taskbar icon flashes. --- vim/vimrc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index f07f77e8..92052ece 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -48,13 +48,6 @@ set backspace+=eol " Line breaks set backspace+=indent " Spaces from 'autoindent' set backspace+=start " The start of current insertion -" Never use any kind of bell, visual or not -if exists('+belloff') - set belloff=all -else - set visualbell t_vb= -endif - " How to deal with lines wrapping beyond the last screen row if v:version > 704 || v:version == 704 && has('patch2109') set display=truncate " Show '@@@' on the last line, if supported -- cgit v1.2.3