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