Commands

CommandPurpose
startStart a new session tracked by sess
saveSave the current tmux session under a name
listList sessions with their state, size, and pane count
openRestore (or attach to) a saved session
switchOpen the interactive picker
attachAttach to a tmux session already running
closeClose a running session, keep its snapshot
deleteDelete a saved snapshot only
renameRename a saved session
duplicateDuplicate a saved session under a new name
statusShow every session's state at a glance
doctorCheck the health of the installation and storage
auto-saveStart/stop background auto-save for a session
pruneRemove corrupt or invalid saved session files
kill-session / kill-window / kill-servertmux-style kill commands
PickerInteractive TUI, run with no arguments

Every command also responds to -h / --help for a quick reminder.

save / open / switch / close / delete / kill-session, at a glance

These six overlap in what they touch, so here's the full picture in one place:

CommandTouches the live tmux session?Touches the saved snapshot?
savereadscreates/updates
opencreatesreads
switchcreates or reads, depending on statereads
closekills
deleteremoves
kill-sessionkillsremoves

close then delete is the deliberate two-step way to fully tear down a session; kill-session is the one-shot shortcut for the same end result.