Feature Request: Multiple Cursor Windows for Same Project
The Problem
When I try to open a second Cursor window with the same project, it just focuses back to the existing window. This is really limiting my workflow.
What I Need
Let me open multiple windows for the same project, just like VS Code does.
Why This Matters
The biggest issue: I can’t use “Ask” while the Agent is working on something. When the Agent is implementing a feature, I’m completely blocked from getting AI help on other parts of the project. I need separate windows so I can have independent AI conversations.
Real workflow scenarios:
- Working on frontend in one window while debugging backend in another
- Keeping documentation/reference code open while coding elsewhere
- Comparing different implementations side-by-side
- Using multiple monitors effectively - right now I’m wasting screen space
- Working on different features without losing context when switching
For larger projects: I want to split work across windows with focused file contexts. When I’m deep in the database layer, I don’t want to lose that context to go work on the UI.
Simple Solution
File → New Window (with current project)
OR
Cmd/Ctrl + Shift + N
Just make sure each window gets its own AI conversation thread so they don’t interfere with each other.
This would honestly make development so much faster. Right now I’m constantly waiting for the Agent to finish or losing my train of thought switching between different parts of the codebase.
Anyone else running into this?
Upvote if you need this too!