Created
October 10, 2014 18:54
-
-
Save dj-wasabi/801166572454578fcf9d to your computer and use it in GitHub Desktop.
.screenrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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