Created
February 2, 2018 01:15
-
-
Save npyoung/4d44b0700d743231ab82396be3ff242c to your computer and use it in GitHub Desktop.
Simple screenrc setup
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
# 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