Skip to content

Instantly share code, notes, and snippets.

@menduz
Last active August 6, 2019 13:27
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 menduz/b584ee622a9e48f2ec82c47f01f3c4ca to your computer and use it in GitHub Desktop.
Save menduz/b584ee622a9e48f2ec82c47f01f3c4ca to your computer and use it in GitHub Desktop.
.vscode
{"lastUpload":"2019-08-06T13:27:47.425Z","extensionVersion":"v3.4.1"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.1"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+k cmd+d",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "cmd+r",
"command": "editor.action.rename",
"when": "editorHasRenameProvider && editorTextFocus && !editorReadonly"
},
{
"key": "shift+cmd+a",
"command": "annotator.annotate",
"when": "editorTextFocus"
},
{
"key": "alt+cmd+left",
"command": "workbench.action.navigateBack"
},
{
"key": "alt+cmd+right",
"command": "workbench.action.navigateForward"
},
{
"key": "alt+enter",
"command": "editor.action.quickFix"
},
{
"key": "cmd+shift+o",
"command": "workbench.action.gotoSymbol"
},
{
"key": "f3",
"command": "editor.action.nextMatchFindAction",
"when": "editorFocus"
}
]
{
"sync.gist": "b584ee622a9e48f2ec82c47f01f3c4ca"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment