regularly when an update is lunched the shorcuts reset or stop working, like the current update that prevent ctrl+N to create a new file or ctrl+A to select all text
Hey, thanks for the report. Let’s first check one thing. In the IDE editor, Ctrl+N New File and Ctrl+A Select All stay as defaults, and the 3.11.25 update doesn’t remap them. One nuance is that if the currently open file has unaccepted AI edits, Ctrl+N temporarily works as Reject Partial Edit instead of New File. Accept or reject the diffs, then test again.
If that’s not it, let’s narrow down what’s intercepting the keys:
Ctrl+Shift+P → Developer: Toggle Keyboard Shortcuts Troubleshooting, press the problem key, then tell me what command triggers or if nothing triggers.
Open Keyboard Shortcuts with Ctrl+K Ctrl+S, search for ctrl+n and ctrl+a, check for conflicts or duplicates. Also check keybindings.json to see if your custom bindings got reset after the update.
Run Cursor with --disable-extensions to rule out an extension that’s taking over the shortcuts.
Send what the troubleshooting shows in step 1. That will tell us if it’s a local keybinding conflict or something else.