-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.screenrc
More file actions
58 lines (39 loc) · 1.33 KB
/
.screenrc
File metadata and controls
58 lines (39 loc) · 1.33 KB
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
#hardstatus on
#hardstatus alwayslastline
#hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d-%m %{W}%c %{g}]'
#caption always "%{kB}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{kB}%?%+Lw%?"
caption always " | %-w%{= BW}%50>%n %t%{-}%+w |%<"
#hardstatus alwayslastline "%{BW}%16=%l %{BW}%50=%d/%m/%Y %{BW}%80=%c%="
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
#caption string "%{= k}"
#defmonitor on ## Turn monitoring on (see 'activity') ##
#activity "<%n>" ## Let you know when stuff happens! ##
termcapinfo xterm ti@:te@
startup_message off
autodetach on
bind = resize =
bind + resize +3
bind - resize -3
bind _ resize max
nethack on
sessionname gouss
altscreen on
#hardstatus string '%{= kg}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}][%{Y}%l%{g}]%{=b C}[ %d %M %c ]%{W}'
defscrollback 5000
# Bind Control-PageDown to 'next', Control-PageUp to 'prev'
# to navigate between windows
bindkey ^[[5;5~ prev
bindkey ^[[6;5~ next
# page up / page down
#bindkey -k kP prev
#bindkey -k kN next
# Bind arrow keys Control-Down to 'next', Control-Up to 'prev'
# to navigate between windows
# bindkey ^[[1;5A prev
# bindkey ^[[1;5B next
screen -t SHELL 0
screen -t EDITOR 1
split
focus down
select 0
resize -12