-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.screenrc
39 lines (31 loc) · 855 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
vbell off
autodetach on
startup_message off
allpartial off
defc1 off
defencoding utf8
# Refresh the display when exiting programs
altscreen on
# Dynamic title
shell -$SHELL
shelltitle '$ |bash'
bind b encoding big5 utf8
bind u encoding utf8 utf8
bind R eval "source $HOME/.screenrc" "echo '.screenrc reloaded!'"
#caption always "%{=u .G} %-w%<%{=ub .C}%n %t%{=u .G}%+w "
bindkey "^5C" next
bindkey "^5D" prev
bindkey "^[O5C" next
bindkey "^[O5D" prev
bindkey "^[[C" next
bindkey "^[[D" prev
bindkey "^[[1;5C" next
bindkey "^[[1;5D" prev
bindkey "^[[5C" next
bindkey "^[[5D" prev
bindkey "\033[5C" next
bindkey "\033[5D" prev
#termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
termcapinfo xterm 'Co#256:AF=\E[38;5;%dm'
hardstatus alwayslastline "%?%{WK}%-Lw%?%{WR}%n*%f %t%?(%u)%?%?%{WK}%+Lw%? %{WK} %=%{WB}%S%{kY}[%l]"
defscrollback 100000