-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.screenrc
More file actions
37 lines (28 loc) · 904 Bytes
/
.screenrc
File metadata and controls
37 lines (28 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
escape ^Z^Z
bind w windowlist -b
startup_message off
#画面バッファ ctr+z esc
defscrollback 3000
#ステータスバー
#hardstatus alwayslastline "[%02c] %`%-w%{=b bw}%n %t%{-}%+w"
#ステータスバー 色つき
hardstatus alwayslastline "%{= rw} %H %{= wk}%-Lw%{= bw}%n%f* %t%{= wk}%+Lw %{= wk}%=%{= gk} %y/%m/%d %c "
#hardstatus alwayslastline "%{= ry} %H %{= ww}%-Lw%{= bk}%n%f* %t%{= ww}%+Lw %{= ww}%=%{= bk} %y/%m/%d %c "
#ステータスバー コマンド名に
shelltitle "$ |bash"
#ビジュアルベルOFF
vbell off
# 画面分割モード
bind 2 split
bind o focus
bind 1 only
bind 0 remove
# 画面リサイズ
bind r eval 'echo "Resize window"' 'command -c resize'
bind -c resize ^] command
bind -c resize j eval 'resize +1' 'command -c resize'
bind -c resize k eval 'resize -1' 'command -c resize'
#lockを無効
bind ^x
# 回線切れたら自動でdetach
autodetach on