author | Shingo W. Kagami |
Fri, 22 Jan 2010 22:54:09 +0900 | |
changeset 8 | 259bcb382069 |
parent 6 | 5aa5183ce1dd |
child 13 | aa22c1ad0007 |
permissions | -rw-r--r-- |
1 defencoding SJIS
2 escape ^t^t
3 hardstatus alwayslastline "%`%-Lw%{=b bw}%40L>%n%f %t%{-}%+Lw%<"
4 startup_message off
5 autodetach on
6 vbell off
7 shell zsh
9 bind -c REGION 2 split
10 bind -c REGION o focus
11 bind -c REGION 1 only
12 bind -c REGION 0 remove
13 bind x command -c REGION
15 bind -c ENCODING e eval 'encoding eucJP' 'echo "Encoding: eucJP"'
16 bind -c ENCODING s eval 'encoding SJIS' 'echo "Encoding: shift_jis"'
17 bind -c ENCODING j eval 'encoding jis' 'echo "Encoding: iso-2022-jp"'
18 bind -c ENCODING u eval 'encoding UTF-8' 'echo "Encoding: utf-8"'
19 bind e command -c ENCODING