|
Revision 9488, 1.4 kB
(checked in by mobcov, 5 years ago)
|
|
importing screenrc 4 mobcov
|
| Line | |
|---|
| 1 | escape ^Z^Z |
|---|
| 2 | hardstatus alwayslastline |
|---|
| 3 | hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a " |
|---|
| 4 | zombie "q^M" |
|---|
| 5 | bind d setenv DISPLAY |
|---|
| 6 | bind w windowlist -b |
|---|
| 7 | bind r eval 'echo "Resize window"' 'command -c resize' |
|---|
| 8 | bind -c resize ^] command |
|---|
| 9 | bind -c resize j eval 'resize +1' 'command -c resize' |
|---|
| 10 | bind -c resize k eval 'resize -1' 'command -c resize' |
|---|
| 11 | multiuser on |
|---|
| 12 | vbell on |
|---|
| 13 | startup_message off |
|---|
| 14 | autodetach on |
|---|
| 15 | bind o focus |
|---|
| 16 | bind ^O focus |
|---|
| 17 | bind -c REGION 2 split |
|---|
| 18 | bind -c REGION 1 only |
|---|
| 19 | bind -c REGION 0 remove |
|---|
| 20 | bind -c REGION o focus |
|---|
| 21 | bind ^X command -c REGION |
|---|
| 22 | bind ^N next |
|---|
| 23 | bind ^P prev |
|---|
| 24 | bind ^U eval "encoding utf-8" "!!!echo 'export LANG=ja_JP.UTF-8'" |
|---|
| 25 | #bind ^U encoding utf8 |
|---|
| 26 | bind ^E eval "encoding euc" "!!!echo 'export LANG=ja_JP.EUC-JP'" |
|---|
| 27 | #bind ^E encoding euc |
|---|
| 28 | bind ^Q quit |
|---|
| 29 | bind R colon "screen ssh ^b^b" |
|---|
| 30 | bind P colon "^p" |
|---|
| 31 | bind ^K kill |
|---|
| 32 | |
|---|
| 33 | ### 隠れているwindowでbellが鳴ったときにメッセージ。 |
|---|
| 34 | bell "ell in window %." |
|---|
| 35 | |
|---|
| 36 | ### 隠れているwindowで動きがあったときのメッセージ |
|---|
| 37 | activity "Activity in window %." |
|---|
| 38 | |
|---|
| 39 | ### 複数行のcut&pasteを行ったとき、行末にcr+lfをつけるか、lfをつけるかの指定 |
|---|
| 40 | crlf off |
|---|
| 41 | |
|---|
| 42 | ### 保存すべき行数 |
|---|
| 43 | defscrollback 2000 |
|---|
| 44 | |
|---|
| 45 | ### messageを何秒間表示するか |
|---|
| 46 | msgwait 3 |
|---|
| 47 | msgminwait 1 |
|---|
| 48 | |
|---|
| 49 | ### vt100のwrapと同じ |
|---|
| 50 | defwrap off |
|---|
| 51 | |
|---|
| 52 | ### 隠れているwindowで動きがあったとき、それを伝えるか否か |
|---|
| 53 | defmonitor on |
|---|