Skip to content

Instantly share code, notes, and snippets.

@bgraw3
Created January 29, 2019 13:28
Show Gist options
  • Save bgraw3/6c4e05d9b76c03d273c624618ebbf00b to your computer and use it in GitHub Desktop.
Save bgraw3/6c4e05d9b76c03d273c624618ebbf00b to your computer and use it in GitHub Desktop.
generic .screenrc
# 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