Last Updated: February 25, 2016
·
1.331K
· ounos

Disable beeping and flashing in vim/macvim

A really annoying "feature" of vim is that awful 80s sound of beeping.

Hopefully, you can disable it easily.

Just put this line in your ~/.vimrc: set noeb vb t_vb=.

If you are a macvim user put this line in your ~/.gvimrc: set vb t_vb=.