Turning off – the bell …
I sometime run a headset – playing music while programming or just doing maintenance work on our systems. So, today – I got fed up with the ‘bell’ and decided enough is enough. So …
Edited …
.vimrc
set noviset novisualbell set visualbell t_vb=
.inputrc
set bell-style none
… on localhost you can also disable the bell with … this in your .bashrc (if you ofc … run bash)
xset -b off