Skip to content
Merged
Prev Previous commit
Next Next commit
docs: Format
  • Loading branch information
tony committed Mar 13, 2022
commit 44e7670d038e00735aee7b420e55a7a5b9d8d4e1
6 changes: 3 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
```yaml
session_name: Should not execute
windows:
- panes:
- shell_command: echo "___$((1 + 3))___"
enter: false
- panes:
- shell_command: echo "___$((1 + 3))___"
enter: false
```

- #701: `tmuxp freeze` now accepts `--quiet` and `--yes` along with the
Expand Down
3 changes: 3 additions & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ $ tmuxp load /path/to/folder/
```

Name of the config, assume `$HOME/.tmuxp/myconfig.yaml`:

```console
$ tmuxp load myconfig
```
Expand Down Expand Up @@ -236,11 +237,13 @@ All of these options can be preselected to skip the prompt:
```console
$ tmuxp load -y config
```

- Detached / open in background:

```console
$ tmuxp load -d config
```

- Append windows to existing session

```console
Expand Down