disable the vim bell

This commit is contained in:
Paul Trowbridge 2022-04-27 20:14:20 -04:00
parent cb6dfa4ec3
commit 1429d228e5

3
.vimrc
View File

@ -53,6 +53,9 @@ set incsearch
set showmatch set showmatch
set hlsearch set hlsearch
set mouse=a set mouse=a
"----disable the bell; t_vb is required to be set to nothing
set visualbell
set t_vb=
nnoremap \\ :noh<cr> " Clear higlighting nnoremap \\ :noh<cr> " Clear higlighting
"nnoremap <esc> :noh<return><esc> "nnoremap <esc> :noh<return><esc>
" Resize windows " Resize windows