Skip to content

Instantly share code, notes, and snippets.

@antonxo
Last active August 11, 2021 14:23
Show Gist options
  • Save antonxo/84918bb4eea602539ed129a4f0628047 to your computer and use it in GitHub Desktop.
Save antonxo/84918bb4eea602539ed129a4f0628047 to your computer and use it in GitHub Desktop.
Useful VS Code key bindings
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "alt+j",
"command": "editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "ctrl+d",
"command": "-editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{ "key": "alt+s",
"command": "workbench.action.terminal.focus"
},
{ "key": "alt+s",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment