Last active
March 22, 2018 14:03
-
-
Save DenysMedvid/a49a80f792aea0b7898cc55c5051036d 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 | |
| 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