Skip to content

Instantly share code, notes, and snippets.

@Max95Cohen
Last active January 15, 2023 07:38
Show Gist options
  • Save Max95Cohen/b89381b344d78145ca22e72c0fc82a29 to your computer and use it in GitHub Desktop.
Save Max95Cohen/b89381b344d78145ca22e72c0fc82a29 to your computer and use it in GitHub Desktop.
.screenrc config
# 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