Skip to content

Instantly share code, notes, and snippets.

@linkviii
Last active January 25, 2017 15:32
Show Gist options
  • Save linkviii/5dffdd6916e60779ad7c95163171fc3b to your computer and use it in GitHub Desktop.
Save linkviii/5dffdd6916e60779ad7c95163171fc3b to your computer and use it in GitHub Desktop.
vs code config
// Place your key bindings in this file to overwrite the defaults
//ctrl K, ctrl k -> map combo
[
{
"key": "ctrl+`",
"command": "workbench.action.terminal.focus",
"when": "editorTextFocus"
},
{
"key": "ctrl+`",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
},
{
"key": "ctrl+shift+f",
"command": "editor.action.formatDocument",
"when": "editorTextFocus"
},
{
"key": "ctrl+l",
"command": "workbench.action.terminal.clear",
"when": "terminalFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment