We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e1132 commit 5423805Copy full SHA for 5423805
.tmuxp.json
@@ -10,11 +10,7 @@
10
],
11
"focus": true
12
},
13
- {
14
- "shell_command": [
15
- "echo hi"
16
- ]
17
- },
+ "pane",
18
{
19
"shell_command": [
20
"command -v .env/bin/tmuxp >/dev/null 2>&1 || { pip install -e .; }",
.tmuxp.yaml
@@ -16,8 +16,7 @@ windows:
- vim
- :Ex
focus: true
- - shell_command:
- - echo hi
+ - pane
21
- shell_command:
22
- command -v .env/bin/tmuxp >/dev/null 2>&1 || { pip install -e .; }
23
- command -v watching_testrunner >/dev/null 2>&1 || { pip install watching_testrunner; }
0 commit comments