1
0
Fork 0

add `screen` config

urosm 2023-08-24 22:48:26 +02:00
parent e58ddc88ee
commit 55403cbad5
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
startup_message off
maptimeout 5
# hardstatus
hardstatus off
hardstatus alwayslastline
hardstatus string "%{= b} %S %?%E%{m}%?ESC%{b} %?%P%{m}%?C/P%{b}%= %?%-Lw%?%{m}%n%f %t%?(%u)%?%{-}%?%+Lw%?%= %D %M %d %c"
# caption
caption always
caption string "%?%F%{= m}%:%{= b}%?%=> %n%f %t%? (%u)%? <%="
# rendition
rendition so "=00"
bind h focus left
bind j focus down
bind k focus up
bind l focus right
altscreen on
nonblock on