.screenrc
author Shingo W. Kagami
Fri, 22 Jan 2010 12:18:38 +0900
changeset 6 5aa5183ce1dd
parent 1 a67b577d427b
child 7 51ab59bf91eb
permissions -rw-r--r--
Delete unused lines.
     1 defencoding eucJP
     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