dotfiles/screenrc
Flo 52261f628d add screenrc, update vimrc, zshrc
- add screenrc with status bar
- manage tabs in vimrc
- fix aliases source in zshrc
2016-05-04 23:40:56 +02:00

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