.screenrc
changeset 1 a67b577d427b
child 6 5aa5183ce1dd
equal deleted inserted replaced
-1:000000000000 0:6790ea21d7d2
       
     1 defencoding eucJP
       
     2 escape ^t^t
       
     3 #hardstatus alwayslastline "[%02c] %`%-w%{=b bw}%n %t%{-}%+w"
       
     4 hardstatus alwayslastline "%`%-Lw%{=b bw}%40L>%n%f %t%{-}%+Lw%<"
       
     5 startup_message off
       
     6 autodetach on
       
     7 vbell off
       
     8 shell zsh
       
     9 
       
    10 bind s colon 'screen ssh -X '
       
    11 bind -c REGION 2 split
       
    12 bind -c REGION o focus
       
    13 bind -c REGION 1 only
       
    14 bind -c REGION 0 remove
       
    15 bind x command -c REGION
       
    16 
       
    17 bind -c ENCODING e eval 'encoding eucJP' 'echo "Encoding: eucJP"'
       
    18 bind -c ENCODING s eval 'encoding SJIS' 'echo "Encoding: shift_jis"'
       
    19 bind -c ENCODING j eval 'encoding jis' 'echo "Encoding: iso-2022-jp"'
       
    20 bind -c ENCODING u eval 'encoding UTF-8' 'echo "Encoding: utf-8"'
       
    21 bind e command -c ENCODING