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