Expand description
Server management.
Functions
Return the
"default-command"
used to start a pane, falling back to "default shell"
if none.Remove the session named
"[placeholder]"
used to keep the server alive.Return the value of a Tmux option. For instance, this can be used to get Tmux’s default
command.
Return all Tmux options as a
std::haosh::HashMap
.Start the Tmux server if needed, creating a session named
"[placeholder]"
in order to keep the server
running.