.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.
Shingo@7
     1
defencoding SJIS
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@7
    15
bind -c ENCODING e eval 'encoding eucJP' 'echo "Encoding: eucJP"'
Shingo@7
    16
bind -c ENCODING s eval 'encoding SJIS' 'echo "Encoding: shift_jis"'
Shingo@7
    17
bind -c ENCODING j eval 'encoding jis' 'echo "Encoding: iso-2022-jp"'
Shingo@7
    18
bind -c ENCODING u eval 'encoding UTF-8' 'echo "Encoding: utf-8"'
Shingo@1
    19
bind e command -c ENCODING