Skip to content

Instantly share code, notes, and snippets.

@DenysMedvid
Last active March 22, 2018 14:03
Show Gist options
  • Select an option

  • Save DenysMedvid/a49a80f792aea0b7898cc55c5051036d to your computer and use it in GitHub Desktop.

Select an option

Save DenysMedvid/a49a80f792aea0b7898cc55c5051036d to your computer and use it in GitHub Desktop.
.screenrc
altscreen on
term screen-256color
bind ',' prev
bind '.' next
select 0
#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