Delete unused ESC chars.  Defenconding is changed to Shift JIS.
     3 hardstatus alwayslastline "%`%-Lw%{=b bw}%40L>%n%f %t%{-}%+Lw%<"
 
    10 bind -c REGION o focus
 
    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