.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.
Shingo@1
     1
defencoding eucJP
Shingo@1
     2
escape ^t^t
Shingo@1
     3
hardstatus alwayslastline "%`%-Lw%{=b bw}%40L>%n%f %t%{-}%+Lw%<"
Shingo@1
     4
startup_message off
Shingo@1
     5
autodetach on
Shingo@1
     6
vbell off
Shingo@1
     7
shell zsh
Shingo@1
     8
Shingo@1
     9
bind -c REGION 2 split
Shingo@1
    10
bind -c REGION o focus
Shingo@1
    11
bind -c REGION 1 only
Shingo@1
    12
bind -c REGION 0 remove
Shingo@1
    13
bind x command -c REGION
Shingo@1
    14
Shingo@1
    15
bind -c ENCODING e eval 'encoding eucJP' 'echo "Encoding: eucJP"'
Shingo@1
    16
bind -c ENCODING s eval 'encoding SJIS' 'echo "Encoding: shift_jis"'
Shingo@1
    17
bind -c ENCODING j eval 'encoding jis' 'echo "Encoding: iso-2022-jp"'
Shingo@1
    18
bind -c ENCODING u eval 'encoding UTF-8' 'echo "Encoding: utf-8"'
Shingo@1
    19
bind e command -c ENCODING