Vscode: Support command-Y as "redo" on Mac

Created on 25 Nov 2015  ·  3Comments  ·  Source: microsoft/vscode

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.

Most helpful comment

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

All 3 comments

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

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

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

Was this page helpful?
0 / 5 - 0 ratings