close
Copy pageCloses the tmux window for a worktree without removing the worktree or branch. This is useful when you want to temporarily close a window to reduce clutter or free resources, but plan to return to the work later.
workmux close [name]Arguments
Section titled “Arguments”[name]: Optional worktree name (the directory name). Defaults to current directory if omitted.
Examples
Section titled “Examples”# Close the window for a specific worktreeworkmux close user-auth
# Close the current worktree's window (run from within the worktree)workmux closeTo reopen the window later, use workmux open.