Skip to content

Instantly share code, notes, and snippets.

@Nideapum
Nideapum / .screenrc
Last active April 4, 2021 13:49 — forked from joaopizani/.screenrc
Screen config for putty (without mouse and keys shortcuts)
# Original ♦ https://gist.github.com/joaopizani/2718397
# 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%{g}]'
# huge scrollback buffer
defscrollback 5000
# no welcome message
startup_message off