I created an extension to port Sublime keybindings to VS Code keybindings. I made a list of all the key bindings that were missing analogous commands in VS Code.
Here is the list roughly ordered by importance. Please let me know about more I missed in the comments. If an extension exists with the functionality I added it in the far right column.
| Windows / Linux |
Mac |
Description |
Issue |
Extension |
| ctrl+left mouse click |
cmd+left mouse click |
Add multi cursors |
#3130 |
None |
| ctrl+; |
None |
Go to Word |
#14028 |
None |
| ctrl++ |
cmd++ and cmd+= |
Increase Font Size |
#14031 |
FontSize Shortcuts |
| ctrl+- |
cmd+- |
Decrease Font Size |
#14031 |
FontSize Shortcuts |
| ctrl+shift+m |
ctrl+shift+m |
Expand selection to brackets |
#14089 |
Bracket Selection |
| ctrl+shift+j |
cmd+shift+j |
Expand selection to indent level |
#14090 |
None |
| alt+q |
cmd+alt+q |
Break / Wrap line |
#14093 |
None |
| alt+shift+1 |
alt+cmd+1 |
Switch to single column view |
#14094 |
None |
| ctrl+y |
ctrl+y |
Repeat |
#14097 |
None |
| ctrl+shift+a |
cmd+shift+a |
Expand selection to tag |
#14098 |
expand-region |
| ctrl+shift+space |
cmd+shift+space |
Expand selection to scope |
#14099 |
expand-region |
| shift+f11 |
ctrl+shift+cmd+f |
Enter distraction free mode |
#12940 |
None |
| ctrl+space |
ctrl+space |
Select next auto complete suggestion |
#14101 |
None |
| alt+shift+w |
ctrl+shift+w |
Wrap HTML tag |
#14103 |
None |
| alt+. |
cmd+alt+. |
Close HTML tag |
#14104 |
Close HTML/XML tag |
| ctrl+k ctrl+6 |
cmd+k cmd+6 |
Fold level 6 |
#14106 |
None |
| ctrl+k ctrl+7 |
cmd+k cmd+7 |
Fold level 7 |
#14106 |
None |
| ctrl+k ctrl+8 |
cmd+k cmd+8 |
Fold level 8 |
#14106 |
None |
| ctrl+k ctrl+9 |
cmd+k cmd+9 |
Fold level 9 |
#14106 |
None |
| alt+0 |
cmd+0 |
Select open tab index 9 |
#14095 |
None |
Additionally, here are other actions that are not bound to a keyboard shortcut:
| Action |
Issue |
Extension |
| Drag and drop selected text |
#1046 |
None |
I created an extension to port Sublime keybindings to VS Code keybindings. I made a list of all the key bindings that were missing analogous commands in VS Code.
Here is the list roughly ordered by importance. Please let me know about more I missed in the comments. If an extension exists with the functionality I added it in the far right column.
Additionally, here are other actions that are not bound to a keyboard shortcut: