-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.screenrc
More file actions
43 lines (43 loc) · 980 Bytes
/
.screenrc
File metadata and controls
43 lines (43 loc) · 980 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
38
39
40
41
42
43
#
## Ian's screen configuration
##
#
## use ^T instead of ^A as the command key
#escape ^Tt
#
defscrollback 2000
autodetach on
startup_message off
shell -$SHELL
defutf8 on
#
## cute, but gets annoying
#nethack off
#
vbell off
bell_msg ""
#
msgwait 1
msgminwait 1
#
## 12-hour time
#hardstatus alwayslastline "%{k}%-w%{.kY}%n %t%{-}%+w %= %H: %l %d/%m %C%a"
## 24-hour time
hardstatus alwayslastline "%{k}%-w%{.kY}%n %t%{-}%+w %= %H: %l %d/%m %c"
#
## When splitting windows, set the inactive splits' captions background to grey.
## (Replace the 'K' with another color or Remove the '%:' if you want to reverse the logic.)
caption string '%?%F%:%{.K.}%?%3n %t%?%?'
#
bind ^J focus
bind j focus down
bind k focus up
bind g focus top
bind G focus bottom
bind E hardstatus ignore
bind e hardstatus alwayslastline
bind H resize 20
#
termcap xterm|dtterm|rxvt|fptwist hs@:cs=\E[%i%d;%dr:im=\E[6h:ei=\E[4l
terminfo xterm|dtterm|rxvt|fptwist hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
#