-
Notifications
You must be signed in to change notification settings - Fork 0
/
.screenrc
36 lines (32 loc) · 1.22 KB
/
.screenrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
termcapinfo xterm* ti@:te@
startup_message off
vbell off
autodetach on
altscreen on
shelltitle "$ |bash"
defscrollback 10000
defutf8 on
nonblock on
#escape character is ` instead than C-a
escape ``
defescape ``
# go to next screen with `j
bind j next
# go to prev screen with `j
bind k prev
# open a new shell with `n
bind n
bind n screen -t bash bash
#rename screen window with `r
bind r title
hardstatus alwayslastline
#hardstatus string '%{= kw}[%{= kb}%H%{= kw}][%=%{= kw}%?%-Lw%?%{= kW}%n*%f %t%?%?%{= kw}%?%+Lw%?%?%=][%{r}%l%{w}]%{w}[%{r} %d/%m/%y %C %A %{w}]%{w}'
#hardstatus string '%{= kw}[%{= kb}%H%{= kw}][%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<][%{r}%l%{w}]%{w}[%{r} %d/%m/%y %C %A %{w}]%{w}'
#hardstatus string '%{= kw}[%{= kb}%H%{= kw}][%=%-Lw%{= BW}%50>|%n %t|%{-}%+Lw%=][%{r}%l%{w}]%{w}[%{r} %d/%m/%y %C %A %{w}]%{w}'
#hardstatus string '%{= dr}[%{= dr}%H%{= dr}]%{= dw} %-Lw%{= kb}|%n %t|%{-}%+Lw%0> [%{b}%l%{w}]%{w}[%{b} %d/%m/%y %C %A %{w}]%{w}'
hardstatus string '%{= dr}[%{= dr}%H%{= dr}]%{= dw} %-Lw%{= kg}|%n %t|%{-}%+Lw%0> %=[%{b}%l%{w}]%{w}[%{b} %d/%m/%y %C %A %{w}]%{w}'
#screen -t bash1 bash
#screen -t bash2 bash
#screen -t daredu-shell ./manage.py shell
#screen -t ipython ipython
#screen -t server ./manage.py runserver