Skip to content

Instantly share code, notes, and snippets.

@npyoung
Created February 2, 2018 01:15
Show Gist options
  • Save npyoung/4d44b0700d743231ab82396be3ff242c to your computer and use it in GitHub Desktop.
Save npyoung/4d44b0700d743231ab82396be3ff242c to your computer and use it in GitHub Desktop.
Simple screenrc setup
# Detach instead of dying if we disconnect
autodetach on
# Don't waste my time
startup_message off
# Keep scroll up history
defscrollback 30000
termcapinfo xterm* ti@:te@
# Tabbed screens
hardstatus alwayslastline
hardstatus string '%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}][%{Y}%l%{g}]%{=b C}[ %m/%d %c ]%{W}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment