docs: add Cursor IDE new window tip to dev-dashboard README

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
centdix
2026-02-22 15:53:10 +00:00
parent ea5312e940
commit 5cc8f20cd2
+10
View File
@@ -166,6 +166,16 @@ cd frontend && bun run dev
Open http://localhost:5112 in your browser.
### Cursor IDE integration
The top bar has a **Cursor** button that opens the selected worktree's directory in Cursor IDE via the `cursor://` protocol. Click the gear icon next to it to configure SSH remote host.
By default, clicking the button reuses an existing Cursor window. To always open in a **new window**, add this to your Cursor `settings.json` (`Cmd+Shift+P` → "Preferences: Open Settings (JSON)"):
```json
"window.openFoldersInNewWindow": "on"
```
### Keyboard shortcuts
| Shortcut | Action |