Skip to content

Commit 0322895

Browse files
committed
docs(CHANGES): Add #701
1 parent a1e01ff commit 0322895

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGES

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66

77
#### What's new
88

9+
- #701: `tmuxp freeze` now accepts `--quiet` and `--yes` along with the
10+
`--config-format` and filename (`--save-to`). This means you can do it all in
11+
one command:
12+
13+
`tmuxp freeze -yqo .tmuxp.yaml`
14+
15+
Or bind it to `.tmux.conf` itself: `bind -T root C-s run-shell "tmuxp freeze -yqo .tmuxp.yaml"`
16+
17+
Credit: [@davidatbu](https://github.com/davidatbu)
18+
919
- #672: Panes now accept `shell` for their initial command.
1020

1121
Equivalent to `tmux split-windows`'s `[shell-command]`

0 commit comments

Comments
 (0)