Created
April 1, 2016 16:48
-
-
Save codebudo/c74ae07b359683d834ee37a0e4296e3f to your computer and use it in GitHub Desktop.
GNU Screen settings to reduce finger yoga. ctl-o as the activation key and hide the status bar, startup message, and visual bell.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| startup_message off | |
| term screen | |
| #deflogin off | |
| escape ^Oo | |
| vbell off | |
| defscrollback 10000 | |
| bind h prev | |
| bind C hardcopy | |
| bell_msg "" | |
| shell -$SHELL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment