Disable the bell in vimperator / firefox
add the following line to your .vimperatorrc
javascript liberator.beep = function() { return false; }
add the following line to your .vimperatorrc
javascript liberator.beep = function() { return false; }
Comments are closed.