In cursor, I have to use “alt+click” to open a file from the console, and also to track functions and variables, I need to leave it in “ctrl+click” (as it is done in vS code and also in Visual studio 2022)… as it is confusing me…
Thanks for the help
Regards
PS: I don’t speak English, so I used a translator.
You can match Cursor’s shortcuts with VS Code by heading to Settings > Keyboard Shortcuts (JSON) and adding your custom keybindings there. This should let you remap the Alt+click behavior to Ctrl+click to match what you’re used to
The exact JSON you’ll need might vary, but this should get you closer to the VS Code experience you’re looking for