Open a workspace

From your workspace, click “Open In” (or click cmd+O) to open Cursor in the workspace directory. (If you’ve already opened it, this will focus the Cursor window.)

Naming Cursor windows

If you open many workspaces in Cursor, you might find it hard to keep track of which window corresponds to which workspace. To make this easier
  1. In Cursor, go to User Settings (⌘⇧P -> “Preferences: Open User Settings”)
  2. Search for window.title
  3. Set it to this value:
    ${activeRepositoryBranchName}${separator}${rootName}${separator}${profileName}
    
You will now see the branch name in the title bar, like
my-feature — tokyo