Search notes:

Turning off that annoying beep

Bash

Either set bell-style none in /etc/inputrc or setterm -blength 0 in ~/.bash_profile.
I also had some success with bind 'set bell-style none'.

Vim

:set t_vb= and :set vb

Firefox

about:config -> accessibility.typeaheadfind.enablesound.

See also

Getting rid of the annoying beep

Index