Created
October 18, 2011 14:15
-
-
Save chtitux/1295520 to your computer and use it in GitHub Desktop.
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
# C-a :source .screenrc | |
termcapinfo xterm* ti@:te@ | |
startup_message off | |
vbell off | |
autodetach on | |
altscreen on | |
shelltitle "$ |bash" | |
defscrollback 10000 | |
defutf8 on | |
nonblock on | |
#escape `` | |
#escape `e | |
# BIND ESCAPE TO F11! | |
# bindkey -k F1 command | |
hardstatus alwayslastline | |
#hardstatus alwaysfirstline | |
#hardstatus string '%{= mK}%-Lw%{= KW}%50>%n%f* %t%{= mK}%+Lw%< %{= kG}%-=%D %d %M %Y %c:%s%{-}' | |
#hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]' | |
#hardstatus string '%{= kw}[ %{= kb}%H%{= kw} ][ %= %{= kw}%?%-Lw%?%{= kr}(%{= kW}%n*%f %t%?(%u)%?%{= kr})%{= kw}%?%+Lw%?%?%= %{w} ][ %{r}%l%{w} ]%{w}[%{r} %d/%m/%y %C %A %{w}]%{w}' | |
hardstatus string '%{= kw}[ %{= kb}%H%{= kw} ][%= %{= kw}%?%-Lw%?%{= kW}%n*%f %t%?%?%{= kw}%?%+Lw%?%?%= ][ %{r}%l%{w} ]%{w}[%{r} %d/%m/%y %C %A %{w}]%{w}' | |
#bind 'R' screen ssh s1554463@sunfire16 | |
#bind 'R' screen -t sunfire16 ssh s1554463@sunfire16 | |
bind 'q' quit | |
#screen -t sunfire01 0 | |
#screen -t sunfire16 2 ssh s1554463@sunfire16 | |
#screen -t sunfire16 1 ssh s1554463@sunfire16 | |
#chdir /hr | |
#screen -t acer 0 | |
#screen -t kw64 1 ssh [email protected] -t 'screen -d -RR kw64' | |
#screen -t spl2 2 ssh [email protected] -t 'screen -d -RR spl2' | |
#screen -t sunfire 3 ssh [email protected] -t 'screen -d -RR spl' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment