-
-
Save sshravan/b6e992d2a724df6c68609d117fbf58ec to your computer and use it in GitHub Desktop.
A killer GNU Screen Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Forked from 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%A%{g}]' | |
# huge scrollback buffer | |
defscrollback 200000 | |
# no welcome message | |
startup_message off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment