Last Updated: February 25, 2016
·
899
· marchibbins

Disable error sounds

Add the following to your vimrc to disable sounds on errors.

set noerrorbells
set novisualbell
set t_vb=
set tm=500

1 Response
Add your response

set vb t_vb= will do the same thing because setting the visual bell turns off the audio bell and clearing the visual bell length makes it inactive. See this protip for more information.

over 1 year ago ·