Skip to content

Instantly share code, notes, and snippets.

@robshep
Created April 15, 2020 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robshep/0d5da2c8930dc56bb8e4ecc22da9ab39 to your computer and use it in GitHub Desktop.
Save robshep/0d5da2c8930dc56bb8e4ecc22da9ab39 to your computer and use it in GitHub Desktop.
screen RC
startup_message off
term screen-256color
bind ',' prev
bind '.' next
screen -t t2 /bin/false
screen -t t1 bash
select 0
kill
#change the hardstatus settings to give an window list at the bottom of the
#screen, with the time and date and with the current window highlighted
hardstatus alwayslastline
#hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%< %{= kG}%-=%c:%s%{-}'
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