Skip to content

Instantly share code, notes, and snippets.

@gw1108
gw1108 / keybindings.json
Created December 14, 2017 01:47
VSCode Keyboard Shortcuts
// Place your key bindings in this file to overwrite the defaults
// Need to Edit.LineUp in intellisense without using arrow keys? Want to navigate intellisense in VSCode without arrow keys?
// Add this to keybindings.json
[
{
"key": "ctrl+shift+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "ctrl+k s",