Skip to content

Instantly share code, notes, and snippets.

@viktorkelemen
Created February 11, 2012 16:31
Show Gist options
  • Save viktorkelemen/1801841 to your computer and use it in GitHub Desktop.
Save viktorkelemen/1801841 to your computer and use it in GitHub Desktop.
my .screenrc
# 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