-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.screenrc
44 lines (36 loc) · 1.01 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
#---------------------------------------------------------------------------------------------------------------------------------------------
# Gigamo's dot .screenrc
# Last modified 03/03/2008 17:27
#---------------------------------------------------------------------------------------------------------------------------------------------
defflow auto
defscrollback 10000
deflogin on
altscreen on
autodetach on
msgwait 2 # 1 second messages
shell /bin/zsh
caption always "%{= b}[ %{G}%H::$USER %{b}][ %=%{w}%?%-Lw%?%{b}(%{W}%n*%f %t%?(%u)%?%{b})%{w}%?%+Lw%?%= %{b} ][%{B} %Y.%m.%d %{b}]"
activity "active: %n (%t) [%w:%s]"
bell "bell: %n (%t) [%w:%s]^G"
vbell_msg "[[[ ding ]]]"
vbell off
startup_message off
setenv LC_CTYPE en_US.UTF-8
defutf8 on
termcapinfo xterm|xterms|xterm-color|screen|xs|rxvt* ti@:te@
sorendition +b kG
# Default apps
screen -t 'zsh'
bind x screen -t 'zsh'
bind k
bind W
bind ^k
bind .
bind ^\
bind \\
bind ^h
bind h
bind 'K' kill
bind 'W' windowlist
bindkey -k k1 prev
bindkey -k k2 next