-
Notifications
You must be signed in to change notification settings - Fork 20
/
.screenrc
46 lines (36 loc) · 1.47 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
# Ensures that the default shell is the same as the value of the $SHELL env variable
shell -$SHELL
# Define the time that all windows monitored for silence should
# wait before displaying a message. Default 30 seconds.
silencewait 15
# Automatically detach on hangup.
autodetach on
# turn off that annoying start message
startup_message off
# the amount of scrollback
defscrollback 1000
# make sure to use utf-8 so that my vim will work properly (unicode
# invisible characters)
defutf8 on
# Affects the copying of text regions
crlf off
# No annoying audible bell, using "visual bell"
#vbell on # default: off
#vbell_msg " -- Ring, Ring!! -- " # default: "Wuff,Wuff!!"
# "sorendition": set the colors for
# the "messages" and "text marking"
# (ie text you mark in copy mode):
sorendition 10 99 # default!
#sorendition 02 34 # yellow on blue
#sorendition 02 40 # green on black
# shows the window list in the last line
#hardstatus alwayslastline "%w"
# shows the host, time, load, windows
#hardstatus alwayslastline " [ %H ] %{wb} %c:%s | %d.%m.%Y %{wr} Load: %l %{wb} %w "
# time, date, windows
hardstatus alwayslastline "[%c, %D, %d/%m/%y] %-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
#hardstatus alwayslastline
#hardstatus string "%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m/%d %{W}%c %{g}]"
# Copy text to the screen exchange (like my tmux mapping)
# Still requires manual intervention afterwards
bind ^c writebuf -e utf8 $HOME/.screx