Here's my .screenrc:
defscrollback 5000
vbell on
vbell_msg " dierre!!! ---- Wuff!! "
screen -t GRINDER ssh dierre@grinder.dierre.lan
screen -t TRUNK
attrcolor b ".I"
termcap xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
defbce "on"
# caption always "%3n %t%? @%u%?%? [%h]%?%=%c"
# hardstatus alwaysignore
hardstatus alwayslastline '%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{=b kR}[%{W}%n%f %t%?(%u)%?%{=b kR}]%{= kw}%?%+Lw%?%?%= %{g}]%{=b C}[ %D %m/%d %C%a ]%{W}'
This will open two screen(s). The next step I have to do is:
Ctrl+A -> Sto split the screenCtrl+A -> \tto go the the empty screenCtrl+A -> "to open the screen list
Now I can choose the other screen and therefore I have a terminal with two splitted screen.
Is there a way to create a macro for this? Really annoying to do it every time.