Jump to next after clicking keep broken

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

The new feature to jump to the next diff line when you click “Keep” on a given line appears broken. I click Keep on a line, and it sometimes jumps way down the file passing a few other diff lines with Keep buttons.

Steps to Reproduce

Not sure, it works sometimes I think but not other times

Expected Behavior

Jump to next diff linearly down the file

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.1.42
VSCode Version: 1.105.1
Commit: 2e353c5f5b30150ff7b874dee5a87660693d9de0
Date: 2025-12-01T02:18:26.377Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 25.1.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. Could you update to version 2.2? We’ve made many improvements in this update and fixed a lot of bugs.

You can download it here: Download · Cursor
Or update via Help > Check for updates

Please check if the issue persists on the new version and let me know. If the bug remains, I’ll pass it to the engineering team right away.

@deanrie Thanks for getting back to me! I have the latest version of Cursor and this still happens. A file will have a bunch of edits, and when I click Accept on the first one it will jump way down the file to some edit in the middle of other edits. I wonder if the ordering for that feature is based on the order the agent actually made the changes instead of the order of the changes in the file like I would expect?

Thanks for the clarification. Interesting hypothesis about change ordering. It’s possible the jumps are following the agent’s generation order, not the position in the file.

To share this with the dev team, I’ll need a bit more info:

  1. The Request ID for the affected chat (top-right in the chat > Copy Request ID)
  2. A screenshot or short video showing how Keep skips intermediate diff lines
  3. If possible, clear steps to reproduce (prompt type, file size, and roughly how many changes)

In the meantime, please check Settings > Agents > Applying Changes > “Jump to next change after accepting”. Try toggling it off and on, it might affect the navigation logic.

Let me know once you have this info and I’ll pass it to the engineers.

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