Last active
January 15, 2023 07:38
-
-
Save Max95Cohen/b89381b344d78145ca22e72c0fc82a29 to your computer and use it in GitHub Desktop.
.screenrc config
This file contains 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
# Turn off the welcome message | |
startup_message off | |
# Disable visual bell | |
vbell off | |
# Set scrollback buffer to 10000 | |
defscrollback 10000 | |
# Customize the status line | |
hardstatus alwayslastline | |
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment