Detail: .screenrc (text)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Turn off the annoying startup message
startup_message off
defscrollback 10000
hardcopy_append on
defutf8 on

# Default ctrl+e
escape ^Ee


# Colores
attrcolor b ".I"
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
defbce "on"

# Binds de teclas (ctrl+a v, ctrl+a h...)
bind v split -v
bind h split -h
bind 0 eval "remove" "remove" "remove" "remove" "remove" "remove"

bind = resize =
bind - resize -1
bind + resize +1

bindkey "^[[1;5D" focus up
bindkey "^[[1;5C" focus down

# Set left and right meta key mods ALT-,.
bindkey "^[," prev
bindkey "^[." next

# caption and hardstatus
caption always "%?%F%{= Bk}%:%{= Kw}%? %-Lw%40L>%?%F%{b db}%:%{b kW}%? %n %t %{-}%+Lw%="
hardstatus alwayslastline "%{= kG} %?%h%:Screen #%n %t in %S%?%=%Y/%m/%d %c:%s  "

# Nueva configuracion
split -v
screen -t 'discoazul' 0 /bin/bash -c 'ssh -t discoazul "screen -DRU"'
split -h
focus
screen -t 'bidobido' 1 /bin/bash -c 'ssh -t bidobido "screen -DRU"'
focus
screen -t 'moneting' 2 /bin/bash -c 'ssh -t moneting "screen -DRU"'
split -h
focus
screen -t 'local' 3 /bin/bash -c 'ssh -t userlinux "screen -DRU"'

[raw] - Pasted by: r0sk on text on Feb. 7, 2012