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