Open Cursor with the editor window active (not the agent window)

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When opening Cursor the Agent window is where the cursor is.
I’d like it to start in the editor so I can edit the opened file.

using Cursor.AppImage --classic . does not work.

Thanks

Steps to Reproduce

Run Cursor.AppImage . or Cursor.AppImage --classic . from the terminal.

Expected Behavior

The editor window should be active.

Screenshots / Screen Recordings

Operating System

Linux

Version Information

Version: 3.2.11
VSCode Version: 1.105.1
Commit: e9ee1339915a927dfb2df4a836dd9c8337e17cc0
Date: 2026-04-24T14:36:47.933Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Linux x64 6.19.14-100.fc42.x86_64

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. The Agents Window taking focus on startup is current experimental behavior in Cursor 3.x, not a bug.

Main thing: you’re on 3.2.11 April build, which is pretty old. Support for --classic to override this routing was added in later builds, so the flag won’t work for you. Update Cursor to the latest version, then cursor . --classic should open the editor window.

What else you can do after updating:

  • In Settings > Features, turn off Open Agents Window on startup.
  • From the Agents Window, you can open the editor via Ctrl+Shift+N Open Editor Window. Both windows can stay open, and you can switch with Alt+Tab.

More discussion and options here: Set editor as default window

If --classic still doesn’t work after updating, reply here and we’ll take a closer look.

I’ve now upgraded and your suggestions unfortunately don’t work.

cursor . --classichas no effect and `Open Agents Window` is not shown in settings.

Version: 3.7.36
VS Code Extension API: 1.105.1
Commit: 776d1f9d76df50a4e0aeca61819a88e7c1b861e0
Date: 2026-06-13T00:31:56.287Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
xterm.js: 6.1.0-beta.256
OS: Linux x64 6.19.14-100.fc42.x86_64

Hey, thanks for testing on 3.7.36 and letting me know.

The most reliable way to get into the editor right now is: open Cursor and go to File > Open Editor Window, or use Ctrl+Shift+N. One important detail: the window will open empty, without any workspace context. After that, go to File > Open Folder and open the folder you need manually. Both windows can stay open at the same time, and you can switch between them with Alt+Tab.

On the other two points, I want to dig deeper, so I need a bit more detail:

  1. How is your cursor command installed? Is it a symlink from the AppImage, or did you install it via Command Palette > Install cursor command? On Linux, the AppImage cursor sometimes ignores some CLI flags, which could explain why --classic doesn’t work.
  2. After launching, does the Agents Window actually steal focus at startup, or does the editor open but just not get focus?

The missing Open Agents Window on startup toggle in newer builds usually means the Agents Window shouldn’t open by default. So if it still starts focused, that’s exactly what we should look at more closely. I’ll log this for investigation, but I can’t share an ETA yet. Send your answers to the questions above and it’ll help us narrow it down faster.