Hey, thanks for the report. The zoom reset after restart is usually related to Cursor not saving the window.zoomLevel value in settings, even though in VS Code (which Cursor is based on) this should work automatically.
For now, please try:
Open Settings: Ctrl+Shift+P → “Preferences: Open User Settings (JSON)”
Add this manually: "window.zoomLevel": 1 (or any value from -8 to 9)
Save the file and restart Cursor
If it still doesn’t work, check extensions: run cursor --disable-extensions and see if zoom is saved
To help us debug this:
Did you check settings.json? Is window.zoomLevel there, and does it change when you press Ctrl+?
Are you using workspace settings (do you have a specific project or folder open)?