Skip to content

Instantly share code, notes, and snippets.

@floweb
Created May 11, 2020 12:49
Show Gist options
  • Save floweb/d22522d9000177c9da130c93da72decc to your computer and use it in GitHub Desktop.
Save floweb/d22522d9000177c9da130c93da72decc to your computer and use it in GitHub Desktop.
.screenrc
# Turn off that annoying start up message
startup_message off
# Turn the even more annoying whole-screen-flash-on-tab-complete "feature"
vbell off
# I use control+a for beginning-of-line, this remaps it to the tick/tilda key
#escape ``
# Bind tick+e to show the tick character since tick+tick is too convenience to toggle windows
#escape `e
# Window list at the bottom. hostname, centered tabs and redmarked active windows:
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment