Created
November 13, 2009 19:48
-
-
Save jamiew/234100 to your computer and use it in GitHub Desktop.
my .screenrc
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
## 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