Search code examples
vimnotificationsmacvim

Disable bell in MacVim


I know this topic has been asked multiple times. But I don't seem to be able to disable the acoustic bell in MacVim. What I have in my .vimrc:

set noerrorbells 
set novisualbell
set t_vb=

Am I missing anything?


Solution

  • This should be the missing piece:

    autocmd! GUIEnter * set vb t_vb=