Disable the bell in vimperator / firefox

vimperator.png

add the following line to your .vimperatorrc

javascript liberator.beep = function() { return false; }

Related Posts

Comments are closed.