Quick Open & Jump Palette
Cmd-J scoped jump across worktrees, recents, and tabs.
Once you have more than a handful of worktrees, navigation becomes the bottleneck. Orca ships two keyboard-first navigation tools.
Quick Open (Cmd-P)
File search scoped to the current worktree. Type a fragment; Orca ranks by recency plus match score and opens the file in a new editor tab.
Worktree Jump Palette (Cmd-J)
Jump across every worktree and every tab in one search. The placeholder in the empty input reads repo/worktree — type either half and Orca filters accordingly. Results include:
- Recent Worktrees — the top section with an empty query, ordered by last focus, capped so the list stays scannable.
- Every worktree grouped by repo once you start typing.
- Every open tab, scoped first by current worktree, then globally.
Shift-Enter on a worktree opens it in a new split instead of swapping the current pane.