Created
October 17, 2013 13:39
-
-
Save aleksandarristic/7025067 to your computer and use it in GitHub Desktop.
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
startup_message off | |
autodetach on | |
nonblock on | |
defscrollback 2048 | |
termcapinfo xterm* ti@:te@ | |
defutf8 on | |
#caption always "%{= wb}$USER @ %H >> %-Lw%{= r}%50>%n* %t%{-}%+Lw%< %-=<< (%c.%s)" | |
#hardstatus off | |
hardstatus alwayslastline "%{= wb}$USER@%H >> %-Lw%{= r}%50>%n* %t%{-}%+Lw%< %-=<< (%c.%s)" | |
#hardstatus alwayslastline '%{= kK}%{w}%H %{K}%= %{= kw}%?%-Lw%?%{B}(%{W}%n*%f %t%?(%u)%?%{B})%{w}%?%+Lw%?%?%= %{K}%{B} %{w}%c%{K}' | |
#time '[%c:%s] %D %d/%M %Y' | |
bind ' ' windows | |
bind q quit | |
vbell off | |
deflog on | |
logfile $HOME/.log/screen/screenlog.%t |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment