Skip to content

Instantly share code, notes, and snippets.

@maleck13
Last active September 2, 2016 18:42
Show Gist options
  • Select an option

  • Save maleck13/8d644a37694a11def9a9333215da95bb to your computer and use it in GitHub Desktop.

Select an option

Save maleck13/8d644a37694a11def9a9333215da95bb to your computer and use it in GitHub Desktop.
Visual Studio code settings
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
"publisherDisplayName": "Shan Khan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "1.6.3"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
"publisherId": "2bb7981d-dd9a-486d-8660-0cf1f838abf5",
"publisherDisplayName": "lukehoban"
},
"name": "Go",
"publisher": "lukehoban",
"version": "0.6.43"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "29859a75-d81b-4f0e-8578-2c80ecee6f99",
"publisherDisplayName": "Dirk Baeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "0.10.18"
}
]
// Place your key bindings in this file to overwrite the defaults
[{
"key": "alt+t",
"command": "workbench.action.terminal.new",
"when": "editorTextFocus"
},{
"key": "cmd+d",
"command": "editor.action.goToDeclaration",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+o",
"command": "workbench.action.quickOpen",
"when": "editorTextFocus"
},{
"key": "cmd+]",
"command": "workbench.action.navigateForward",
"when": "editorTextFocus"
},{
"key": "cmd+l",
"command": "workbench.action.gotoLine",
"when": "editorTextFocus"
}
,{
"key": "cmd+[",
"command": "workbench.action.navigateBack",
"when": "editorTextFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment