rc/screenrc

24 lines
518 B
Text
Raw Normal View History

2021-10-24 15:58:03 +09:00
altscreen on
term xterm-256color
vbell 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