Created
January 29, 2019 13:28
-
-
Save bgraw3/6c4e05d9b76c03d273c624618ebbf00b to your computer and use it in GitHub Desktop.
generic .screenrc
This file contains 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
# generic .screenrc | |
term screen-256color | |
startup_message off | |
shell -${SHELL} | |
bind \\ quit | |
bind ^\ quit | |
defscrollback 1024 | |
defflow off | |
caption always | |
caption string "%?%F%{= Rk}%:%{= kR}%?%{+b}%03n %t %h%=%{= dd}" | |
hardstatus alwayslastline | |
#hardstatus string "%{= kR} %-Lw%{=b Kk} %n%f %t %{-}%+Lw %=%{= dd}" | |
hardstatus string "%{= bW} %-Lw%{=b gW} %n%f %t %{-}%+Lw %=%{= dd}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment