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?
This should be the missing piece:
autocmd! GUIEnter * set vb t_vb=
For anyone that for some reason couldn't make this work.
set vb t_vb= " no visual bell & flash
did the job for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With