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 8796695 commit 1e12979Copy full SHA for 1e12979
docs/cli.rst
@@ -122,12 +122,18 @@ Freeze sessions
122
123
::
124
125
+ tmuxp freeze
126
tmuxp freeze <session_name>
127
+ tmuxp freeze --force <session_name>
128
129
You can save the state of your tmux session by freezing it.
130
131
Tmuxp will offer to save your session state to ``.json`` or ``.yaml``.
132
133
+If no session is specified, it will default to the attached session.
134
+
135
+If the `--force` argument is passed, it will overwrite any existing config file with the same name.
136
137
.. _cli_load:
138
139
Load session
0 commit comments