Show current worktree info and allow switching between worktrees #53807
Closed
Evan-Luo-Engnieer
started this conversation in
Feature Requests
Replies: 3 comments 2 replies
2 replies
|
New version supported |
0 replies
|
Can you add the worktree switch? I don't have much space on my monitor and it gets in the way a lot! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Problem
When working with multiple git worktrees, there is no way to:
zed /path/to/worktreefrom the terminal. There's no command palette action or UI to list and switch between existing worktrees.Expected Behavior
git worktree list) and switch to one, similar to "Switch Window" or "Open Recent" but worktree-aware.Prior Art
Cursor has already implemented this — it shows the current worktree in the UI and allows switching between worktrees from within the editor.
Context
Git worktree support was added in #4670 and #15604, but the UX for managing multiple worktrees is still missing. This would significantly improve the workflow for users who rely on worktrees for parallel development (e.g., working on multiple branches simultaneously without stashing).
All reactions