Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

¿como rehacer? deberia ser Ctrl+Y, pero esto no me funcione en VS code - IntelliJ IDEA Keybindings v1.7.2 #359

Open
AlirioRey opened this issue Jun 23, 2024 · 1 comment
Assignees

Comments

@AlirioRey
Copy link

¿como rehacer? deberia ser Ctrl+Y, pero esto no me funcione en VS code - IntelliJ IDEA Keybindings v1.7.2

@kasecato
Copy link
Owner

kasecato commented Feb 16, 2025

Not used in the new IntelliJ (mac: cmd+shift+z / win: ctrl+shift+z)
You can write it your keybindings.json like below

{
  "key": "ctrl+y",
  "command": "redo"
}

https://code.visualstudio.com/docs/getstarted/keybindings#_advanced-customization
#71 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants