Skip to content

Instantly share code, notes, and snippets.

@jamiew
Created November 13, 2009 19:48
Show Gist options
  • Save jamiew/234100 to your computer and use it in GitHub Desktop.
Save jamiew/234100 to your computer and use it in GitHub Desktop.
my .screenrc
## jamiew
## screen config
vbell on
defscrollback 1024
escape ``
startup_message off
## default screens
screen -t queries 0 bash
screen -t _ 1 bash
screen -t _ 2 bash
screen -t _ 3 bash
screen -t _ 4 bash
## hardstatus settings
#hardstatus string '%{= mK}%-Lw%{= KW}%50>%n%f* %t%{= mK}%+Lw%< %{= kG}%-=%D %d %M %Y %c'
#hardstatus string "%{.bW}%-w%{.W0}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "
hardstatus string "%{.wB}%-w%{.W0}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "
#hardstatus string "%{.wR}%-w%{.W0}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "
hardstatus alwayslastline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment