The cursor settings are stored in the Application Support folder. There is some setting causing the Cursor to crash, and moving the Cursor file to Cursor2 essentially clears all the settings while keeping a backup of your original settings in Cursor2.
Clearing the application support settings seemed to fix the issue.
cd ~/Library cd “Application Support“ mv Cursor CursorBackup
The cursor settings are stored in the Application Support folder. There is some setting causing the Cursor to crash, and moving the Cursor file to CursorBackup essentially clears all the settings while keeping a backup of your original settings in CursorBackup.
I posted a potential solution in another thread that might be relevant here. I managed to fix a similar crash loop by editing state.vscdb directly, which allows you to recover without wiping out your entire data folder.