-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreenrc
44 lines (38 loc) · 789 Bytes
/
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
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.kw}%-w%{= kR}(%{r}%n %t%{-}%{= kR})%?%{= .kw}%+w%? %{.kw}%=%c %d/%m/%Y" #B&W & date&time
defscrollback 5000 # Buffer size
autodetach on # Detach instead of terminate on hangup
altscreen on # Clear screen after exiting programs
startup_message off # No splash screen
mousetrack on # Switch focus by clicking
#256 colors
term screen-256color
attrcolor b ".I"
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
defbce on
bind s split
bind j focus down
bind k focus up
bind l focus right
bind h focus left
# layouts
layout autosave on
layout new one
layout new two-v
split -v
layout new two-h
split
layout new three
split
split -v
focus up
layout new four
split -v
split
focus
focus
split
focus
focus
layout select one