-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.screenrc
96 lines (75 loc) · 1.67 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
vbell on
vbell_msg "Ring"
# detach on hangup
autodetach on
# don't display copyright page
startup_message off
# scroll back
defscrollback 10000
# setup the caption
hardstatus alwayslastline "%{-b gk}%-w%{+b kg}%50>%n %t%{-b gk}%+w %=%C%<"
# right/left bindings
#bindkey "^[[c" next
#bindkey "^[[d" prev
#bindkey "^[[b" focus
# Set the altscreen so that when you quit vi, it will go back to
# what it was before
altscreen on
shell /bin/zsh
#shell /usr/local/bin/fish
# Multi user screen access
#multiuser on
#acladd fornacia
#acladd aaronson
# Keep screen from interfering with Esc in vim
maptimeout 5
#
## do not trash BackSpace, usually DEL
bindkey -k kb
bindkey -d -k kb
#
## do not trash Delete, usually ESC [ 3 ~
bindkey -k kD
bindkey -d -k kD
# log that failure
#log on
#logfile ~/.screen/output/screenlog
# Emacs keybinding stuff
# emacs keybindings for navigation in copy mode
#markkeys ^B=Y:^F=V:h=^B:l=^F:0=^A:$=^E
# can't do in markkeys :B=\M-B:w=\M-F:^=^A
#markkeys j=^N:k=^P:l=^F:0=^A:$=^E:^F=^V
# page up/down
#bindkey -m -t ^[vstuff^u
#bindkey -m^B stuff H
# forward/back word
#bindkey -m -t ^[fstuff w
#bindkey -m -t ^[bstuff b
#
## top/bottom of buffer
#bindkey -m -t ^[<stuff g
#bindkey -m -t ^[>stuff G
# special hack for C-e, since it should go *past*
# the last char. -m means this is for copy mode only.
#bindkey -m ^e stuff "$^f"
# Setup the actual screens
split
chdir /source/edge/server
screen -t project
focus down
resize 15
screen -t build
chdir /users/Kolton
screen
screen
screen
chdir /snippets
screen
screen
screen
chdir $TOMCAT_HOME/webapps
screen -t Tomcat
chdir $TOMCAT_HOME/logs
screen -t Tomcat
#screen -t IRC irssi
focus up