File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 23
23
]
24
24
}
25
25
],
26
+ "options" : {
27
+ "main-pane-height" : 35
28
+ },
29
+ "layout" : " main-horizontal" ,
26
30
"shell_command_before" : [
27
31
" command -v virtualenv >/dev/null 2>&1 || { pip install virtualenv; }" ,
28
32
" [ -d .env -a -f .env/bin/activate ] && source .env/bin/activate || virtualenv .env" ,
29
33
" [ ! -d .env/build ] || rm -rf .env/build"
30
34
],
31
- "layout" : " main-horizontal" ,
32
- "window_name" : " tmuxp" ,
33
- "options" : {
34
- "main-pane-height" : 35
35
- }
35
+ "focus" : true ,
36
+ "window_name" : " tmuxp"
36
37
},
37
38
{
38
39
"panes" : [
50
51
"shell_command" : [
51
52
" command -v sphinx-quickstart >/dev/null 2>&1 || { pip install -r requirements.pip; }" ,
52
53
" command -v watching_testrunner >/dev/null 2>&1 || { pip install watching_testrunner; }" ,
53
- " watching_testrunner --basepath ./ --pattern=\" *.rst\" 'make html'" ,
54
+ " watching_testrunner --basepath ./ --pattern=\" *.rst\" 'make html'"
54
55
]
55
56
}
56
57
],
70
71
],
71
72
"session_name" : " tmuxp" ,
72
73
"start_directory" : " ./"
73
- }
74
+ }
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ session_name: tmuxp
2
2
start_directory : ./ # load session relative to config location (project root).
3
3
windows :
4
4
- window_name : tmuxp
5
+ focus : True
5
6
layout : main-horizontal
6
7
options :
7
8
main-pane-height : 35
You can’t perform that action at this time.
0 commit comments