From 1429d228e5fc257ca496b737834e7d20254a54a8 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 27 Apr 2022 20:14:20 -0400 Subject: [PATCH] disable the vim bell --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index bd33222..3aadc91 100644 --- a/.vimrc +++ b/.vimrc @@ -53,6 +53,9 @@ set incsearch set showmatch set hlsearch set mouse=a +"----disable the bell; t_vb is required to be set to nothing +set visualbell +set t_vb= nnoremap \\ :noh " Clear higlighting "nnoremap :noh " Resize windows