microsoft/vscode

Missing Sublime Text command - repeat

waderyan opened this issue · 3 comments

While building this extension to map Sublime Text default keyboard shortcuts to VS Code, I found that this feature is missing.

The feature is repeating last keyboard action.

Default Sublime Text keybindings
Windows / Linux: ctrl+y
Mac: ctrl+y

repeat_last

nox commented

ctrl+y yanks text in Sublime on OS X, it doesn't repeat as your screenshot shows. I could not reproduce this behaviour.

nox commented

This is cmd+y on OS X.

We try to keep VS Code lean and we think the functionality you're asking for is great for a VS Code extension. Maybe you can already find one that suits you in the VS Code Marketplace. Just in case, in a few simple steps you can get started writing your own extension. See also our issue reporting guidelines.

Happy Coding!