-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.screenrc
More file actions
55 lines (44 loc) · 1.04 KB
/
.screenrc
File metadata and controls
55 lines (44 loc) · 1.04 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
vbell off
defscrollback 10000
# # Set the caption on the bottom line
caption always "%{= kw}%-w%{= wk}%n %t%{-}%+w %-= @%H - %c"
startup_message off
msgwait 2
autodetach on
#
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
#ESC delay fix in nvim
maptimeout 5
#
# # caption always "%{rk}%?%-Lw%?%{-b}(%{+b}%n %t%{-b})%{-b}%?(%u)%?%{rk}%?%+Lw%?%="
#
# #terminfo and termcap for nice 256 color terminal
# # allow bold colors - necessary for some reason
attrcolor b ".I"
# # erase background with current bg color
defbce "on"
# shell /bin/zsh
# ===================================
# Set up the various Leanplum servers
# ===================================
chdir /users/petur/work/Leanplum/Tools
screen -t "engine" 0
stuff "./run_devserver"
screen -t "docker" 1
stuff "source py_env/bin/activate"
stuff "cd .. && make -C CampaignAnalytics runMockRS"
chdir NodeServer
#screen -t "node" 2
#stuff "cd ../NodeServer nvm exec 6 node main.js"
chdir ../Server/dashboard2
screen -t "webpack" 3
stuff "yarn start"
chdir ../../
screen -t "sh" 4
stuff 'mvim'