Cmd+f does not open the Find dialog

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

On the latest version of cursor on mac, pressing cmd+f does not open the find dialog.

Steps to Reproduce

Open the IDE. Press cmd+f on a file. No dialog appears.

Expected Behavior

The find dialog would open.

Operating System

MacOS

Version Information

Version: 2.4.31 (Universal)
VSCode Version: 1.105.1
Commit: 3578107fdf149b00059ddad37048220e41681000
Date: 2026-02-08T07:42:24.999Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Darwin arm64 25.2.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

1 Like

I am facing the same issue. very annoying when trying to review curosr’s agent changes

Bumping and hoping this finally gets some attention. I have had the same issue sporadically over the last few version. Totally stumped when I have tried debugging it and ultimately a hard reset of cursor is the only cure for me. I dump a lot of the shortcut logging and there is nothing that jumps out as wrong.

Hey, thanks for the report. Cmd+F is being intercepted by the internal keybinding planEditor.actions.find, which stays active even after you close Plan Mode.

Two options:

Quick fix: Cmd+Shift+P > “Developer: Reload Window” when the shortcut stops working.

Permanent workaround: disable the problematic keybinding:

  1. Cmd+Shift+P > “Preferences: Open Keyboard Shortcuts”
  2. Find planEditor.actions.find
  3. Right-click > Remove Keybinding

More details in this thread where the issue was debugged in depth: Find keyboard shortcut broken

I’ve passed it to the team for tracking. Let me know if the workaround helped.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.