-
Notifications
You must be signed in to change notification settings - Fork 1
/
screenrc
31 lines (27 loc) · 878 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
# set a big scrolling buffer
vbell off
defscrollback 10000
# Set the caption on the bottom line
# caption always "%{= kw}%-w%{= wk}%n %t%{-}%+w %-= @%H - %c"
hardstatus alwayslastline
hardstatus string '%{wk}%?%-Lw%?%{=b kR} (%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g} %{=b C}[ %m/%d %c ]%{W}'
startup_message off
msgwait 2
autodetach on
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
# caption always "%{rk}%?%-Lw%?%{-b}(%{+b}%n %t%{-b})%{-b}%?(%u)%?%{rk}%?%+Lw%?%="
#terminfo and termcap for nice 256 color terminal
# allow bold colors - necessary for some reason
attrcolor b ".I"
# erase background with current bg color
defbce "on"
shell zsh
bindkey "^[1" select 0
bindkey "^[2" select 1
bindkey "^[3" select 2
bindkey "^[4" select 3
bindkey "^[5" select 4
bindkey "^[6" select 5
bindkey "^[7" select 6
bindkey "^[8" select 7
bindkey "^[9" select 8