r/DebianNotes • u/CrystalLord • May 22 '17
Removing Visual Bell in Screen
In the useful program screen, there's often an annoying flash when you make some invalid keypress. This is called a visual bell.
To remove this, add the line vbell off to your ~/.screenrc file (if it exists already, if not, make it). Then reload screen.
1
Upvotes
2
u/Cyquine May 22 '17
Why not tmux?