Mercurial > hg > zsh-env
annotate .screenrc @ 168:75e3f2d8368c
move the ll and lr functions into the general zshrc
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Sat, 04 Apr 2020 03:15:18 +0200 |
parents | a21fd4a29ff8 |
children |
rev | line source |
---|---|
97
f320edc311f0
add a universally useable screenrc
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
1 escape ^bb |
103
a21fd4a29ff8
display screen windows in the caption
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
97
diff
changeset
|
2 |
a21fd4a29ff8
display screen windows in the caption
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
97
diff
changeset
|
3 vbell on |
a21fd4a29ff8
display screen windows in the caption
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
97
diff
changeset
|
4 defscrollback 10000 |
a21fd4a29ff8
display screen windows in the caption
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
97
diff
changeset
|
5 shell -$SHELL |
a21fd4a29ff8
display screen windows in the caption
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
97
diff
changeset
|
6 |
a21fd4a29ff8
display screen windows in the caption
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
97
diff
changeset
|
7 # Display the list of active windows, the active one is highlighted. Date and |
a21fd4a29ff8
display screen windows in the caption
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
97
diff
changeset
|
8 # clock on the far right side of the terminal. |
a21fd4a29ff8
display screen windows in the caption
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
97
diff
changeset
|
9 caption always " %-Lw%{= KW}%50>%n%f* %t%{-}%+Lw%< %-21=%{=kw}%D %d.%m.%Y %0c" |