Skip to content

Instantly share code, notes, and snippets.

@mchurichi
Created May 10, 2018 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mchurichi/95c023e005e8a97202aa023a404d9cd3 to your computer and use it in GitHub Desktop.
Save mchurichi/95c023e005e8a97202aa023a404d9cd3 to your computer and use it in GitHub Desktop.
VS Code custom keybindings
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+s",
"command": "workbench.action.files.saveAll",
},
{
"key": "cmd+d",
"command": "editor.action.copyLinesDownAction",
},
{
"key": "cmd+1",
"command": "workbench.action.terminal.focusNext",
"when": "terminalFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment