Skip to content

Instantly share code, notes, and snippets.

View darkhipo's full-sized avatar

Dmitri I. Arkhipov darkhipo

  • University of California Irvine
  • Irvine California
View GitHub Profile
@darkhipo
darkhipo / .screenrc
Created December 6, 2018 19:01 — forked from joaopizani/.screenrc
A killer GNU Screen Config
# the following two lines give a two-line status, with the current window highlighted
hardstatus alwayslastline
hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]'
# huge scrollback buffer
defscrollback 5000
# no welcome message
startup_message off