Skip to content

Instantly share code, notes, and snippets.

@solyarisoftware
Last active January 17, 2018 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save solyarisoftware/94a64ccae34e63c688d19c09326d7130 to your computer and use it in GitHub Desktop.
Save solyarisoftware/94a64ccae34e63c688d19c09326d7130 to your computer and use it in GitHub Desktop.
#
# screen config file; ~/.screenrc
#
# Autodetach session on hangup instead of terminating screen completely
autodetach on
# Turn off the splash screen
startup_message off
# set log on all windows
deflog on
### Custom changes ###
# term
#term "screen-256color"
term xterm-256color
# encoding
encoding UTF-8
# fix residual editor text
altscreen on
# main options
attrcolor b ".I"
defbce "on"
vbell off
startup_message off
defscrollback 5000
bufferfile "$HOME/.screen/exchange"
hardcopydir "$HOME/.screen/hardcopy"
sorendition dY
#hardstatus alwayslastline
#hardstatus string '%{= dW}%-Lw%{= dY}%50> %n*%f %t%{= dW}%+Lw%< %{= dW}%-=%D %m/%d/%y %C %A %1`%{-}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment