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

Support command-Y as "redo" on Mac #641

Closed
curtw opened this issue Nov 25, 2015 · 3 comments
Closed

Support command-Y as "redo" on Mac #641

curtw opened this issue Nov 25, 2015 · 3 comments

Comments

@curtw
Copy link

curtw commented Nov 25, 2015

MS Word, Sublime text, and others all support command-Y as the "redo" command on the Mac.
Please support this in VS Code as well.

@bpasero
Copy link
Member

bpasero commented Nov 25, 2015

You can add this to your keyboard settings: { "key": "cmd+y", "command": "redo", "when": "editorTextFocus" }

@bpasero bpasero closed this as completed Nov 25, 2015
@curtw
Copy link
Author

curtw commented Nov 25, 2015

Added above to keybindings.json, which I accessed from Code->Preferences->Keyboard Shortcuts. Works great. Thanks.

@jjsub
Copy link

jjsub commented Aug 30, 2017

On windows this work without doing any changes to the settings file.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@curtw @bpasero @jjsub and others