screenrc: further customizations and reorganization
This commit is contained in:
parent
05c518d713
commit
9e0d3c4f92
1 changed files with 11 additions and 7 deletions
|
@ -1,18 +1,22 @@
|
||||||
term screen-256color
|
|
||||||
startup_message off
|
|
||||||
hardstatus off
|
|
||||||
hardstatus alwayslastline
|
hardstatus alwayslastline
|
||||||
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W} %c %{g}]'
|
|
||||||
termcapinfo xterm* ti@:te@
|
|
||||||
vbell off
|
|
||||||
shell "fish"
|
|
||||||
# hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W} %c %{g}]'
|
# hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W} %c %{g}]'
|
||||||
# hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]'
|
# hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]'
|
||||||
hardstatus string '%{= G}[ %{G}%H %{g}][%= %{= w}%?%-Lw%?%{= R}%n*%f %t%?%{= R}(%u)%?%{= w}%+Lw%?%= %{= g}][ %{y}Load: %l %{g}][%{B}%Y-%m-%d %{W}%c:%s %{g}]'
|
hardstatus string '%{= G}[ %{G}%H %{g}][%= %{= w}%?%-Lw%?%{= R}%n*%f %t%?%{= R}(%u)%?%{= w}%+Lw%?%= %{= g}][ %{y}Load: %l %{g}][%{B}%Y-%m-%d %{W}%c:%s %{g}]'
|
||||||
|
|
||||||
|
defscrollback 65000
|
||||||
|
|
||||||
|
startup_message off
|
||||||
|
|
||||||
|
term screen-256color
|
||||||
|
# termcapinfo xterm* ti@:te@
|
||||||
attrcolor b ".I"
|
attrcolor b ".I"
|
||||||
|
term rxvt-unicode-256color
|
||||||
|
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
|
||||||
defbce "on"
|
defbce "on"
|
||||||
|
|
||||||
|
altscreen on
|
||||||
|
|
||||||
|
mousetrack on
|
||||||
screen -t fish 1 fish
|
screen -t fish 1 fish
|
||||||
screen -t fish 2 fish
|
screen -t fish 2 fish
|
||||||
screen -t Mailbox 7 mutt -e "source ~/.mutt/mailbox"
|
screen -t Mailbox 7 mutt -e "source ~/.mutt/mailbox"
|
||||||
|
|
Loading…
Reference in a new issue