Skip to content

Commit 44e7670

Browse files
committed
docs: Format
1 parent 2e16cab commit 44e7670

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
```yaml
1212
session_name: Should not execute
1313
windows:
14-
- panes:
15-
- shell_command: echo "___$((1 + 3))___"
16-
enter: false
14+
- panes:
15+
- shell_command: echo "___$((1 + 3))___"
16+
enter: false
1717
```
1818
1919
- #701: `tmuxp freeze` now accepts `--quiet` and `--yes` along with the

docs/cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ $ tmuxp load /path/to/folder/
188188
```
189189

190190
Name of the config, assume `$HOME/.tmuxp/myconfig.yaml`:
191+
191192
```console
192193
$ tmuxp load myconfig
193194
```
@@ -236,11 +237,13 @@ All of these options can be preselected to skip the prompt:
236237
```console
237238
$ tmuxp load -y config
238239
```
240+
239241
- Detached / open in background:
240242

241243
```console
242244
$ tmuxp load -d config
243245
```
246+
244247
- Append windows to existing session
245248

246249
```console

0 commit comments

Comments
 (0)