Skip to content

Instantly share code, notes, and snippets.

@jbobbylopez
Created April 4, 2014 16:50
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 jbobbylopez/9978577 to your computer and use it in GitHub Desktop.
Save jbobbylopez/9978577 to your computer and use it in GitHub Desktop.
My GNU Screen Configuration File
jbl@yoga2:~$ cat ~/.screenrc
#split
caption always
shelltitle ''
defscrollback 2048
startup_message off
# My regular hardstatus line
hardstatus alwayslastline
hardstatus string '%{= ck} %H: %{= gk}%-Lw%{= kY}%50>%n%f* %t%{= gk}%+Lw%< %{= kY}%-=%D %d %M %Y %c:%s%{-}'
#hardstatus string '%{= mK}%-Lw%{= KW}%50>%n%f* %t%{= mK}%+Lw%< %{= kG}%-=%D %d %M %Y %c:%s%{-}'
bindkey "^w" focus up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment