-
Notifications
You must be signed in to change notification settings - Fork 0
/
.screenrc
98 lines (73 loc) · 3.17 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
#shell /bin/zsh
# ------------------------------------------------------------------------------
# SCREEN SETTINGS
# ------------------------------------------------------------------------------
#term "rxvt-256color"
term "screen-256color"
encoding UTF-8
startup_message off
#nethack on
#defflow on # will force screen to process ^S/^Q
deflogin on
autodetach on
# turn visual bell on
vbell on
vbell_msg " Wuff ---- Wuff!! "
# define a bigger scrollback, default is 100 lines
defscrollback 1024
# Support alternate screens so that, for example, when you
# quit out of vi, the display is redrawn as it was before vi
# redrew the full screen.
altscreen on
# ------------------------------------------------------------------------------
# SCREEN KEYBINDINGS
# ------------------------------------------------------------------------------
# on Debian backspace should send char `\177':
bindkey -k kb stuff "\177"
# tell screen that you term can scroll
termcapinfo xterm*|rxvt* ti@:te@
# bind Shift+PgUp/PgDn
bindkey -m "^[[5;2~" stuff ^b
bindkey -m "^[[6;2~" stuff ^f
# ------------------------------------------------------------------------------
# TERMINAL SETTINGS
# ------------------------------------------------------------------------------
# The vt100 description does not mention "dl". *sigh*
termcapinfo vt100 dl=5\E[M
# turn sending of screen messages to hardstatus off
#hardstatus off
hardstatus on
# Set the hardstatus prop on gui terms to set the titlebar/icon title
termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007
#caption always "%{= .d}$LOGNAME> %-W %?%{!bu}%n %t{!bu}%+W %=%{} %=%{} [%02d/%02m/%Y][%0c:%s] on %H [%l]"
#caption always "%{Wb} %H %{Bk} : %{Wb} %l %{Bk}| %{Ck}%-w%50>%{Cb} %n %t %{-}%+w%<%{- Wk}%{Bk} | %=%{Wb} %C "
caption always "%{+b dy} $LOGNAME@%H %{-b wk} %-w%50>%{dB} %n %t %{-}%+w%<%{- Wk}%{Bk} %=%{wK} [%03d/%02m/%Y][%0c:%s] │ [%l] "
# set these terminals up to be 'optimal' instead of vt100
termcapinfo xterm*|linux*|rxvt*|Eterm* OP
# Change the xterm initialization string from is2=\E[!p\E[?3;4l\E[4l\E>
# (This fixes the "Aborted because of window size change" konsole symptoms found
# in bug #134198)
termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
termcapinfo xterm*|linux*|rxvt*|Eterm* ti@:te@
# Do not use xterms alternate window buffer (won't add lines to scrollback bfr)
#termcapinfo xterm|xterms|xs ti=\E7\E[?47l
# ------------------------------------------------------------------------------
# STARTUP SCREENS
# ------------------------------------------------------------------------------
# Example of automatically running some programs in windows on screen startup.
#
# The following will open top in the first window, an ssh session to monkey
# in the next window, and then open mutt and tail in windows 8 and 9
# respectively.
#
# screen top
# screen -t monkey ssh monkey
# screen -t mail 8 mutt
# screen -t daemon 9 tail -f /var/log/daemon.log
sorendition =s WB
msgwait 3
bell "^GBell in window %"
# ------------------------------------------------------------------------------
# SSH AGENT OPTIONS
# ------------------------------------------------------------------------------
setenv SSH_AUTH_SOCK $SSH_AUTH_SOCK