Cmd+Left/Right not working on mac

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Normally on a mac Cmd+Left takes the cursor to line beginning. And Cmd+Right to line end.
But when Cursor IDE chat window has a reference in the chat input box the Cmd+Left takes the typing cursor to the text beginning at the top. I still would like the system behaviour to apply. Even if there are references in the chat box.

Steps to Reproduce

  1. Select some lines in a file.
  2. Add them to new chat with Cmd+Shift+I.
  3. Type some multiline text.
  4. Hit Cmd+Left on a second line of text.

Expected Behavior

Typing cursor moves to the beginning of second line.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 3.4.17
VSCode Version: 1.105.1
Commit: 93e603f703cd553a6bb3644711a3379bbbb31180
Date: 2026-05-13T21:39:55.724Z
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: Darwin arm64 24.6.0

MacOs Sequoia 15.6.1

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the detailed report with steps and a screenshot, it really helps.

I can reproduce this, so I’m confirming it as a bug. The issue is with how the chat input handles Cmd+Left and Cmd+Right when the input contains reference pills. It treats the shortcut as go to the start or end of the whole input, not the start or end of the current line like macOS expects. I’ve logged this internally as a separate issue.

I can’t share an ETA for a fix yet. If there’s an update, I’ll reply in the thread.