Created
February 11, 2012 16:31
-
-
Save viktorkelemen/1801841 to your computer and use it in GitHub Desktop.
my .screenrc
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
# Instead of Control-a, make the escape/command character be Control-x | |
escape ^Xx | |
# Autodetach session on hangup instead of terminating screen completely | |
autodetach on | |
# Turn off the splash screen | |
startup_message off | |
# Use a 30000-line scrollback buffer | |
defscrollback 30000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment