Shingo@7: defencoding SJIS
Shingo@1: escape ^t^t
Shingo@1: hardstatus alwayslastline "%`%-Lw%{=b bw}%40L>%n%f %t%{-}%+Lw%<"
Shingo@1: startup_message off
Shingo@1: autodetach on
Shingo@1: vbell off
Shingo@1: shell zsh
Shingo@1: 
Shingo@1: bind -c REGION 2 split
Shingo@1: bind -c REGION o focus
Shingo@1: bind -c REGION 1 only
Shingo@1: bind -c REGION 0 remove
Shingo@1: bind x command -c REGION
Shingo@1: 
Shingo@7: bind -c ENCODING e eval 'encoding eucJP' 'echo "Encoding: eucJP"'
Shingo@7: bind -c ENCODING s eval 'encoding SJIS' 'echo "Encoding: shift_jis"'
Shingo@7: bind -c ENCODING j eval 'encoding jis' 'echo "Encoding: iso-2022-jp"'
Shingo@7: bind -c ENCODING u eval 'encoding UTF-8' 'echo "Encoding: utf-8"'
Shingo@1: bind e command -c ENCODING