Drag to move file/folder doesn't trigger git mv

In VSCode, dragging a folder or file to a new location updates the imports and performs a git mv in the background, preserving the file’s history.

In Cursor, however, this action deletes the file and creates a new one in the new location, resulting in a loss of the file’s Git history.

Hey, if you open the Source Control tab on the left, and then the “File History” section, you can click the context menu and enable “Toggle Follow Renames” there. Does that fix the issue?