Skip to content

Instantly share code, notes, and snippets.

@gotpop
Last active June 4, 2018 09:12
Show Gist options
  • Save gotpop/66abcf3ddcf1cf53337d1a1348755377 to your computer and use it in GitHub Desktop.
Save gotpop/66abcf3ddcf1cf53337d1a1348755377 to your computer and use it in GitHub Desktop.
VSCODE.Settings
[
{
"key": "ctrl+shift+`",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+`",
"command": "workbench.action.terminal.focus",
"when": "!terminalFocus"
},
{
"key": "ctrl+`",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
}
]
{
"files.trimTrailingWhitespace": true,
"editor.autoIndent": true,
"editor.matchBrackets": false,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": false,
"files.exclude": {
"node_modules/": true,
".tmp/": true,
".sass-cache/": true
},
"git.autofetch": true,
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment