-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.screenrc
More file actions
33 lines (26 loc) · 936 Bytes
/
.screenrc
File metadata and controls
33 lines (26 loc) · 936 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
# Turn off that annoying start up message
startup_message off
# Turn the even more annoying whole-screen-flash-on-tab-complete "feature"
vbell off
# I use control+a for beginning-of-line, this remaps it to the tick/tilda key
escape ``
# Bind tick+e to show the tick character since tick+tick is too convenience to toggle windows
escape `e
# Window list at the bottom. hostname, centered tabs and redmarked active windows:
#shelltitle '$ |'
hardstatus alwayslastline
hardstatus string "%H %n%?: %t%? %h"
defscrollback 50000
defutf8 on
defflow off
vbell off
autodetach on
startup_message off
defscrollback 10000
term screen-256color
termcapinfo screen* ks@:ke@
termcapinfo screen* 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
termcapinfo xterm* 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
attrcolor b ".I"
defbce "on"
caption always "%{= bW} %{Y}%H%{-} %?%-Lw%?%{M}{%{Y}%n%f %{-}%{C}%t%{-}}%{-}%?%+Lw%?%= %{d}%?%{C}[%{W}%t %h%{-}] %?"