Can no longer navigate to code changes in v 2.2

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Before 2.2, there would be up / down arrows to navige to the code changes generated by Cursor. But after 2.2, these are gone. How do I navigate easily to the code changes, other than scrolling through the code itself?

Steps to Reproduce

  • Have the agent make changes in the code
  • See ‘Undo File’ and ‘Keep File’ on the top-right corner, but no up / down arrow to jump to a change

Expected Behavior

There should be an easy way to get to the code changes, and they were there prior to 2.2, as arrows beside the ‘Undo File’ / ‘Keep File’ buttons.

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.2.23
VSCode Version: 1.105.1
Commit: b3c95a7981bb3057526f1f865e8c307a9911ce00
Date: 2025-12-15T03:10:57.241Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Linux x64 6.14.0-37-generic

For AI issues: which model did you use?

Auto

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey @Akos_Maroy!

When browsing a specific file that had changes, you can click on Open Changes

Which should get you your arrows back.

Well, I like to look at the changes inline, not in parallel windows. They are shown inline, but there is no easy way to get to the first / any of the changes. In Cursor 2.1, this:

image

was on the bottom of the editor and had up / down arrows to it to get to the first / last / next change in the code. Now it’s on the top right and doesn’t have the up / down arrows anymore.

if I find a change, then I can go the next / previous, as that part still has these arrows:

image

Thanks @Akos_Maroy

My expectation here is that you wouldn’t need to click from one change to the next—the Review tab automatically takes you to your first change, then collapses unchanged lines until your next change, and so on.

Is that not quite what you’re looking for, or is there something about this flow that doesn’t work for you?

Yes, it doesn’t. The review feature you’re showing shows the differences against the (git) repository, and not the differences between the latest code edit that Cursor did and the code before that latest code edit done by Cursor.

What I’m looking for is this, shown in a previous version of Cursor:

image

that is, the up / down arrows that allow me to navige through the code changes done by Cursor. this also allows me to jump to the code changes if they are not visible. Look at this window in a previous version of cursor:

none of the changes are visible in the current view of the soruce file, becuase they are above or below of what is being shown. With these arrows I can jump to the changes. In the new version, these up / down arrows are no longer there. Thus if the changes made by Cursor are not visible in the current view, it’s cumbersome to have to find them manually by having to scroll there. this is how it looks now:

And see that there is no easy way to jump to the changes, other than manually scrolling through the file and finding them.

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