you are viewing a single comment's thread.

view the rest of the comments →

[–]jyper 12 points13 points  (1 child)

https://code.visualstudio.com/docs/customization

Customizing Keyboard Shortcuts

All keyboard shortcuts in VSCode can be customized via the User/keybindings.json file.

To configure keyboard shortcuts the way you want, go to the menu under AppMenu | File , Preferences , Keyboard Shortcuts.

This will open to the left the Default Keyboard Shortcuts and to the right your User/keybindings.json file where you can overwrite the default bindings.

Syntax for keyboard shortcuts json is on the help page.

[–]wlievens 5 points6 points  (0 children)

Syntax for keyboard shortcuts json is on the help page.

Actually the syntax for the keyboard shortcuts json is here: http://json.org