forked from anishathalye/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
screenrc
67 lines (64 loc) · 751 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
hardstatus alwayslastline
hardstatus string '%{= g}[ %H %{= g}][ %= %{= w}%-w%{= b}%n*%t%{= w}%+w %= %{= g}][ %m-%d %c %{= g}]'
caption splitonly '%?%F%{r}%:%{}%?[%n %t]'
defscrollback 10000
startup_message off
term screen-256color
# unbind keys
bind x
bind ^x
bind C
bind b
bind ^b
bind ^v
bind .
bind F
bind f
bind ^f
bind h
bind {
bind }
bind i
bind m
bind ^m
bind ,
bind H
bind M
bind N
bind B
bind D
bind <
bind >
bind =
bind _
bind z
bind ^z
bind t
bind ^t
bind ^g
bind v
bind W
bind ^w
bind r
bind ^r
bind s
bind ^s
bind q
bind ^q
# rebind keys
bind k
bind ^k
bind x kill
bind A
bind , title
bind S
bind '"' split
bind w windowlist -b
bind |
bind % split -v
# new keybindings
bind h focus
bind j focus
bind k focus
bind l focus
bind ; focus