forked from zetavg/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_screenrc
62 lines (51 loc) · 1.1 KB
/
_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
################################
# neson's .screenrc 2016-11-08 #
################################
# General Settings
shell -$SHELL
startup_message off
vbell off
autodetach on
defencoding utf8
altscreen on
defscrollback 5000
# Logging
logfile screenlog/screenlog_%H_%t_%Y-%m-%d_%0c:%s
logtstamp on
deflog on
# Display
termcapinfo xterm* ti@:te@
attrcolor b ".I"
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
defbce "on"
term screen-256color-bce
# this is configured in ~/bin/scrinit now.
# Bind Keys
bindkey -k F1 prev
bindkey -k F2 next
bindkey "^[j" prev
bindkey "^[k" next
bindkey "^j" prev
bindkey "^k" next
bindkey "^[`" other
bindkey "^[f" focus
bindkey "^[m" split
bindkey "^[," only
bindkey "^[n" screen
bindkey "^[l" title
bindkey "^[;" number
bindkey "^[c" copy
bindkey "^[v" paste .
bindkey "^[!" select 1
bindkey "^[@" select 2
bindkey "^[#" select 3
bindkey "^[$" select 4
bindkey "^[%" select 5
bindkey "^[\^" select 6
bindkey "^[&" select 7
bindkey "^[*" select 8
bindkey "^[(" select 9
bindkey "^[)" select 0
bindkey "^[_" select 10
bind b encoding big5 utf8
bind u encoding utf8 utf8