-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathibmscreenrc
More file actions
executable file
·39 lines (30 loc) · 968 Bytes
/
ibmscreenrc
File metadata and controls
executable file
·39 lines (30 loc) · 968 Bytes
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
# This is a screen rc script used to set screen
# scroll back
defscrollback 20000
# This screenrc command would bind the space key to the command that displays a list of windows (so that the command usually invoked by C-a "
# would also be available as C-a space),
bind ' ' windowlist -b
#
## Control-^ (usually Control-Shift-6) is traditional and the only key not used by emacs
#
## do not trash Delete, usually ESC [ 3 ~
bindkey -k kD
bindkey -d -k kD
# set the captions
#caption always "%n %{= kc}%H (system load: %l)%-21=%{= .m}%D %d.%m.%Y %0c"
caption always "%n %{= kc}%H (system load: %l)%-21=%{= .m}%D %d.%m.%Y "
# open 10 screens
screen -t xtong_sc 0
screen -t xtong_sc 1
screen -t xtong_sc 2
screen -t xtong_sc 3
screen -t xtong_sc 4
screen -t xtong_sc 5
screen -t xtong_sc 6
screen -t xtong_sc 7
screen -t xtong_sc 8
screen -t xtong_sc 9
screen -t xtong_sc 11
screen -t xtong_sc 12
screen -t xtong_sc 13
screen -t xtong_sc 14