Disable bell in MacVim
For anyone that for some reason couldn't make this work.
set vb t_vb= " no visual bell & flash
did the job for me.
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.
This should be the missing piece:
autocmd! GUIEnter * set vb t_vb=