.screenrc
author Shingo W. Kagami
Fri, 10 Feb 2012 03:44:27 +0900
changeset 26 5b41a49602f1
parent 13 aa22c1ad0007
permissions -rw-r--r--
Add .emacs for Meadow/Cygwin environment.
Shingo@25
     1
defencoding UTF-8
Shingo@1
     2
escape ^t^t
Shingo@13
     3
hardstatus alwayslastline "%{=b rw}%`%{-}%-Lw%{=b bw}%40L>%n%f %t%{-}%+Lw%<"
Shingo@13
     4
backtick 0 30 30 $HOME/bin/checkqueue
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 -c REGION 2 split
Shingo@1
    11
bind -c REGION o focus
Shingo@1
    12
bind -c REGION 1 only
Shingo@1
    13
bind -c REGION 0 remove
Shingo@1
    14
bind x command -c REGION
Shingo@1
    15
Shingo@7
    16
bind -c ENCODING e eval 'encoding eucJP' 'echo "Encoding: eucJP"'
Shingo@7
    17
bind -c ENCODING s eval 'encoding SJIS' 'echo "Encoding: shift_jis"'
Shingo@7
    18
bind -c ENCODING j eval 'encoding jis' 'echo "Encoding: iso-2022-jp"'
Shingo@7
    19
bind -c ENCODING u eval 'encoding UTF-8' 'echo "Encoding: utf-8"'
Shingo@1
    20
bind e command -c ENCODING