24 lines
538 B
Text
24 lines
538 B
Text
altscreen on
|
|
term xterm-256color
|
|
vbell off
|
|
startup_message off
|
|
|
|
# status bar
|
|
## https://www.gnu.org/software/screen/manual/html_node/String-Escapes.html#String-Escapes
|
|
hardstatus alwaysfirstline "%{= Ck} %-w%{= Yk}%n %t%{-}%+w"
|
|
|
|
# mapping
|
|
## https://www.gnu.org/software/screen/manual/html_node/Default-Key-Bindings.html#Default-Key-Bindings
|
|
escape ^_^_
|
|
bind i title
|
|
bind ^I title
|
|
bind I info
|
|
bind ^S source ~/.screenrc
|
|
bind s split
|
|
bind ; colon
|
|
bind ^E colon "screen -t "
|
|
bind w focus
|
|
bind ^W focus
|
|
### disable lockscreen
|
|
bind ^X
|
|
bind x
|