How do I change the keyboard shortcuts that Cursor uses?

@truell20, why did your team overridden the basic Redo shortcut Ctrl+Y?


I would be interested why was the main reason behind this? Is it because ppl would use more Ctrl+Shift+Y instead of Ctrl+Y, so it’s fine? :thinking: I don’t understand why, if you want to convert VS Code users..?

For those who want their Ctrl+Y back, just unbound it:

{
  {
    "key": "ctrl+y",
    "command": "-aichat.newfollowupaction"
  }
}