-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscreenrc
51 lines (41 loc) · 1.59 KB
/
screenrc
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
47
48
49
50
51
# replace Ctrl-A with Ctrl-O
escape ^Bb
startup_message off
vbell off
defutf8 on
defscrollback 300000
nonblock on
# Fix stupid screen overwriting
altscreen on
# erase background with current bg color
defbce "on"
# Some decryption hints:
# %{= KW} background light black (aka dark gray) with foreground light white
# %{= wb} background dark white (ake light gray) with foreground dark blue
# %-Lw all windows before the current window.
# %n%f %t current window number, flags and title.
# %+Lw all windows after the current window.
# %-= pad remaining spaces.
# %H hostname.
# %M%d %s month and day (MmmDD) and current time (HH:MM).
# hardstatusline
# hardstatus on
# hardstatus alwayslastline
# hardstatus string "%{= gk}%-Lw%{= rW}%50> %n%f* %t %{-}%+Lw%< %= %{= Gk} %H %{= rW} %l %{= Gk} %0c %M%d %{-}"
# hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%< %{= kG}%-=%c:%s%{-}'
# hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%<'
# hardstatus string "%{.kG}%-Lw%{.KW}%n%f %t%{-}%+Lw %=%{..G} %H %{..W} %d/%m %C%a "
caption always "%{= gk}%-Lw%{= rW}%50> %n%f* %t %{-}%+Lw%< %= %{= wk} %H %{= yk} %0c %M%d %{-}"
# caption always "%{= KW}%-Lw%{= wb}%n %t %{= KW}%+Lw %-=| ${USER}@%H | %M%d %c%{-}"
# caption always '%{= dg} %H %{G}| %{B}%l %{G}|%=%?%{d}%-w%?%{r}(%{d}%n %t%? {%u} %?%{r})%{d}%?%+w%?%=%{G}| %{B}%M %d %c:%s '
# Detach on hangup
autodetach on
#startups
#--------
# screen -t emacs emacs -nw
screen -t misc
# with corresponding settings in .Xresources file
# Ctrl-Tab
bindkey "^[[27;5;9~" next
# Ctrl-Shift-Tab
bindkey "^[[27;6;9~" prev