Created
April 9, 2025 11:17
-
-
Save mmpx12/16c0c2e41c9621f84de573d5e26c77d6 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
screen -t 1 | |
screen -t 2 | |
screen -t 3 | |
altscreen on | |
term screen-256color | |
escape ^bB | |
bind ',' prev | |
bind '.' next | |
defscrollback 10000 | |
terminfo xterm* ti=:te= | |
termcapinfo xterm* ti@:te@ | |
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' | |
hardstatus alwayslastline '%{= #2bff00;#000000}[ %{#2bFF00}%H %{#2bff00}][ %{=} %{#FFFFFF;#000000}%?%-Lw%?%{#ff0000}(%{#FFFFFF}%n*%f%t%?(%u)%?%{#FF0000})%{#FFFFFF}%?%+Lw%?%? %{#2bff00}][ %m-%d %{#FFFFFF}%c %{#2bff00}]' | |
#hardstatus string '%{#ffffff;#ff0000} [ %S ] %M-%Y %{#ffffff;#ff0000} ) %?' | |
startup_message off | |
attrcolor b ".I" | |
defbce "on" | |
truecolor on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment