From b5be0347c99e03f1bf9c3b63e03b7e4076719986 Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Tue, 19 Jul 2011 08:12:03 -0700 Subject: [PATCH] Turn off error bells and visual bells. --- .vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index fd01a20..5aa1f56 100644 --- a/.vimrc +++ b/.vimrc @@ -25,6 +25,9 @@ set numberwidth=4 " Scroll five lines ahead of cursor. set scrolloff=5 +" Turn off error bells and visual bell +set noeb vb t_vb= + " Set up autoindentation. set smartindent filetype indent on @@ -95,5 +98,3 @@ noremap! " Automatically reload the .vimrc when changes are made to it au! BufWritePost .vimrc source % - - -- 2.20.1