-
Notifications
You must be signed in to change notification settings - Fork 0
/
.screenrc
34 lines (24 loc) · 958 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
startup_message off
# Turn on mouse tracking
mousetrack on
defmousetrack on
# Let `o be used to cycle between regions
bind o focus next
hardstatus alwayslastline
#hardstatus string '%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{=b kR} (%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}][%{Y}%l%{g}] {=b C}[ %m/%d %c ]%{W}'
hardstatus string "%{= kG}[%{G}$USER@%H%{g}][%{w}%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{w}%D %d %M %Y %c:%s%{-}]"
defscrollback 100000
deflogin off
#Make scrollwheel work
termcapinfo * ti@:te@
escape `` # Make ` (backtick) the default command key
# page up and page down
#bindkey -m -k kP stuff Y
#bindkey -m -k kN stuff V
# control arrows move by words. (set B, e, and w to F keys so that i
# can use them to move by words, but they themselves still quit copy
# mode.)
markkeys B=[:E=]:b={:e=}:w=>
bindkey -m ^[Od stuff { #"[[}"
bindkey -m ^[Oc stuff ] #"}]^f"
shell "/bin/bash"