.screenrc
author Shingo W. Kagami
Sat, 23 Jan 2010 04:35:11 +0900
changeset 11 76f664f2183e
parent 6 5aa5183ce1dd
child 13 aa22c1ad0007
permissions -rw-r--r--
Logic to generate the window title and RPROMPT has been yet optimized.
     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
     8 
     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
    14 
    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