Skip to content

close

Copy page

Closes 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.

Terminal window
workmux close [name]
  • [name]: Optional worktree name (the directory name). Defaults to current directory if omitted.
Terminal window
# Close the window for a specific worktree
workmux close user-auth
# Close the current worktree's window (run from within the worktree)
workmux close

To reopen the window later, use workmux open.