microsoft / vscode-sublime-keybindings

Sublime Text Keymap extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-vscode.sublime-keybindings
MIT License
251 stars 120 forks source link

Fix ctrl/cmd+shift+d shortcut when text is selected #178

Open ArtskydJ opened 1 month ago

ArtskydJ commented 1 month ago

In Sublime Text, when no text is selected and you hit Ctrl+Shift+D, it duplicates the line. In Sublime Text, when text is selected and you hit Ctrl+Shift+D, it duplicates the selected text.

This PR changes the command so that VS Code behaves the same way.

Sublime: 3bb99225-7c99-4d35-b50f-314074a16919

VS Code Before: 23701bb1-cd62-4989-8f8d-27d719fa7d79

VS Code After: 8c221045-9613-4e98-adbb-274f00c8c2fb