forked from joshuamorse/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscreenrc
More file actions
executable file
·62 lines (51 loc) · 1.43 KB
/
screenrc
File metadata and controls
executable file
·62 lines (51 loc) · 1.43 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#
# Kyle's screenrc
#
# default scroll back set to huge!
defscrollback 50000
#show me my windows in all their green goodness.
#hardstatus alwayslastline "%{.bW}%-wL%{.rW}%n %t%{-}%+Lw %=%{..G} %H %{..Y} %m/%d %C%a "
hardstatus alwayslastline "%{.bW}%-Lw%{.rW}%n %t%{-}%+Lw %=%{..G} %H %{..Y} %m/%d %C%a "
#hardstatus alwayslastline "%{wk}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw %= %{mk}@ %H %{ck}%Y%{wk}-%{ck}%m%{wk}-%{ck}%d %{yk}%D %{gk}%c"
#hardstatus alwayslastline "%{-b gk}%-w%{+b kg}%50>%n %t%{-b gk}%+w%<"
#seldom used red goodness.
#hardstatus alwayslastline "%{-b rk}%-w%{+b kr}%50>%n %t%{-b rk}%+w%<"
#
#funny messages are good.
nethack on
# we don't need not stinkin beeps.
vbell off
# I am watching you.
# defmonitor on
#stuff
#bindkey -k k1 select 1
#bindkey -k k2 select 2
#bindkey -k k3 select 3
#bindkey -k k4 select 4
#bindkey -k k5 select 5
#bindkey -k k6 select 6
#bindkey -k k7 select 7
#bindkey -k k8 select 8
#bindkey -k k9 select 9
# I will let you know when I need you.
defsilence off
# Is something up?
activity 'Something is up in window %t %n'
# put in to make password happy.
screen -t local 0
#screen -t <virtual_term_name> ssh <hostname>
#chdir $WEB_HOME/campo
#screen -t campo
#screen -t campo
#screen -t campo
#screen -t campo
#chdir $HOME
#make things a little more secure.
password
#bindings
bind = resize =
bind + resize +3
bind - resize -3
escape ``
# Set the default terminal emulation to 'xterm'
term rxvt