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 2323 ]
2424 }
2525 ],
26+ "options" : {
27+ "main-pane-height" : 35
28+ },
29+ "layout" : " main-horizontal" ,
2630 "shell_command_before" : [
2731 " command -v virtualenv >/dev/null 2>&1 || { pip install virtualenv; }" ,
2832 " [ -d .env -a -f .env/bin/activate ] && source .env/bin/activate || virtualenv .env" ,
2933 " [ ! -d .env/build ] || rm -rf .env/build"
3034 ],
31- "layout" : " main-horizontal" ,
32- "window_name" : " tmuxp" ,
33- "options" : {
34- "main-pane-height" : 35
35- }
35+ "focus" : true ,
36+ "window_name" : " tmuxp"
3637 },
3738 {
3839 "panes" : [
5051 "shell_command" : [
5152 " command -v sphinx-quickstart >/dev/null 2>&1 || { pip install -r requirements.pip; }" ,
5253 " 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'"
5455 ]
5556 }
5657 ],
7071 ],
7172 "session_name" : " tmuxp" ,
7273 "start_directory" : " ./"
73- }
74+ }
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ session_name: tmuxp
22start_directory : ./ # load session relative to config location (project root).
33windows :
44- window_name : tmuxp
5+ focus : True
56 layout : main-horizontal
67 options :
78 main-pane-height : 35
You can’t perform that action at this time.
0 commit comments