21 lines
462 B
Plaintext
21 lines
462 B
Plaintext
term screen-256color
|
|
bind ',' prev
|
|
bind ';' next
|
|
|
|
# Fix for residual text
|
|
altscreen on
|
|
|
|
# custom statusbar
|
|
hardstatus off
|
|
hardstatus alwayslastline
|
|
hardstatus string '%{= kW}[ %{m}%H %{W}][%= %{= kw}%?%-Lw%?%{r}(%{g}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{W}][%{Y} %d/%m %{Y}%c %{W}]'
|
|
|
|
# Turn welcome message off
|
|
startup_message off
|
|
|
|
# disable vbell (so wm urgency hints can work from within screen)
|
|
vbell off
|
|
|
|
# Increase the scrollback buffer
|
|
defscrollback 5000
|