summaryrefslogtreecommitdiff
path: root/.screenrc
blob: 59bcb7d23eb318b77e8109909684d7c110acdfd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
screen -t /bin/bash 

altscreen on
term screen-256color
bind ',' prev
bind '.' next

#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}]'