Created
December 23, 2020 12:49
-
-
Save catgoose/6f800dedf27906fb8c59d68490c07d41 to your computer and use it in GitHub Desktop.
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
autodetach on | |
startup_message off | |
hardstatus on | |
hardstatus alwayslastline | |
hardstatus string "%{= KW} %H %{= Kw}| %{-} %-Lw%{= bW}%n%f %t%{-}%+Lw %-= %Y-%m-%d %C" | |
vbell off | |
bell_msg "" | |
defscrollback 1000 | |
altscreen on | |
term screen-256color | |
shell -${SHELL} | |
bind c screen 1 | |
bind 0 select 10 | |
shelltitle '> |zsh' | |
screen -t zsh 1 zsh | |
screen -t zsh 2 zsh | |
screen -t zsh 3 zsh | |
screen -t btm 9 btm | |
select 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment