We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e01ff commit 0322895Copy full SHA for 0322895
CHANGES
@@ -6,6 +6,16 @@
6
7
#### What's new
8
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
19
- #672: Panes now accept `shell` for their initial command.
20
21
Equivalent to `tmux split-windows`'s `[shell-command]`
0 commit comments