Skip to content

Instantly share code, notes, and snippets.

@misaelnieto
Created March 16, 2021 20:24
Show Gist options
  • Save misaelnieto/99079b109de44e411962e9842595e6de to your computer and use it in GitHub Desktop.
Save misaelnieto/99079b109de44e411962e9842595e6de to your computer and use it in GitHub Desktop.
Mi configuracion de GNU screen
# Turn off that annoying start up message
startup_message off
# Turn the even more annoying whole-screen-flash-on-tab-complete "feature"
vbell off
terminfo xterm-color hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
term xterm-color
# 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