File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11
11
``` yaml
12
12
session_name : Should not execute
13
13
windows :
14
- - panes :
15
- - shell_command : echo "___$((1 + 3))___"
16
- enter : false
14
+ - panes :
15
+ - shell_command : echo "___$((1 + 3))___"
16
+ enter : false
17
17
` ` `
18
18
19
19
- #701: ` tmuxp freeze` now accepts `--quiet` and `--yes` along with the
Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ $ tmuxp load /path/to/folder/
188
188
```
189
189
190
190
Name of the config, assume ` $HOME/.tmuxp/myconfig.yaml ` :
191
+
191
192
``` console
192
193
$ tmuxp load myconfig
193
194
```
@@ -236,11 +237,13 @@ All of these options can be preselected to skip the prompt:
236
237
``` console
237
238
$ tmuxp load -y config
238
239
```
240
+
239
241
- Detached / open in background:
240
242
241
243
``` console
242
244
$ tmuxp load -d config
243
245
```
246
+
244
247
- Append windows to existing session
245
248
246
249
``` console
You can’t perform that action at this time.
0 commit comments