-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.screenrc
42 lines (34 loc) · 963 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
escape ^Tt
termcap kterm hs@
terminfo kterm hs@
vbell off
bind w windowlist -b
bind -c REGION 2 split
bind -c REGION 1 only
bind -c REGION 0 remove
bind -c REGION o focus
# bind -c REGION \^ resize
bind x command -c REGION
# bind ^k kill
# markkeys "h=^B:l=^F:$=^E"
defhstatus "screen [^En:^Et] "
hardstatus ignore "%w | %h"
# hardstatus alwayslastline "%w"
hardstatus alwayslastline "[%02c] %`%-w%{=b bw}%n %t%{-}%+w"
shell -$SHELL
startup_message off
autodetach on
defscrollback 10240
# idle 1200
# blankerprg /usr/bin/fortune starwars
# defutf8 on
## http://qootas.org/blog/archives/2006/03/256_colors_putt.html
defbce "on"
term xterm-256color
termcapinfo xterm* 'Co#256:pa#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm:'
attrcolor b ".I"
# screen -t Emacs 0 /usr/local/bin/emacs
bind U eval "encoding utf-8" "!!!echo 'export LANG=ja_JP.UTF-8'"
bind E eval "encoding euc" "!!!echo 'export LANG=ja_JP.EUC-JP'"
# copy mode keybind as emacs
# markkeys h=^b:l=^f:$=^e