./nfo/linux/disable.visual.bell.nfo To disable annoying visual bell blinking: # In any shell: echo 'set bell-style none' >> ~/.inputrc # In vim: echo 'set vb t_vb=' >> ~/.vimrc EOF
To disable annoying visual bell blinking: # In any shell: echo 'set bell-style none' >> ~/.inputrc # In vim: echo 'set vb t_vb=' >> ~/.vimrc EOF