Skip to content

Instantly share code, notes, and snippets.

@dj-wasabi
Created October 10, 2014 18:54
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 dj-wasabi/801166572454578fcf9d to your computer and use it in GitHub Desktop.
Save dj-wasabi/801166572454578fcf9d to your computer and use it in GitHub Desktop.
.screenrc
altscreen on
term screen-256color
bind ',' prev
bind '.' next
startup_message off
vbell off
#
backtick 1 10 10 .bin/screen.sh
#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}][%{W} %H %{W}%l %{g}][%{W} %m-%d %{W}%c %{g}] | %1`%{-} '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment