dotfiles/screenrc

27 lines
700 B
Plaintext

term screen-256color
# Always start screen with utf8 enabled. (screen -U)
defutf8 on
# 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}]'
#hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]'
# 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
# for ctrl right and left arrows
bindkey ^[[1;5D prev
bindkey ^[[1;5C next