We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
freeze
1 parent bfc0e07 commit aa48143Copy full SHA for aa48143
docs/cli.md
@@ -130,13 +130,19 @@ my_window
130
## Freeze sessions
131
132
```
133
+tmuxp freeze
134
tmuxp freeze <session_name>
135
+tmuxp freeze --force <session_name>
136
137
138
You can save the state of your tmux session by freezing it.
139
140
Tmuxp will offer to save your session state to `.json` or `.yaml`.
141
142
+If no session is specified, it will default to the attached session.
143
+
144
+If the `--force` argument is passed, it will overwrite any existing config file with the same name.
145
146
(cli-load)=
147
148
## Load session
0 commit comments