Skip to content

Instantly share code, notes, and snippets.

@denniarems
Last active June 4, 2021 04:34
Show Gist options
  • Save denniarems/ac0c24900ff21a1349ec26867132166c to your computer and use it in GitHub Desktop.
Save denniarems/ac0c24900ff21a1349ec26867132166c to your computer and use it in GitHub Desktop.
Vscode Sync
{"lastUpload":"2021-06-04T04:34:35.922Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+down",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+alt+down",
"command": "-editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+up",
"command": "editor.action.copyLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+alt+up",
"command": "-editor.action.copyLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+left",
"command": "editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "ctrl+shift+k",
"command": "-editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "shift+`",
"command": "editor.action.changeAll",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+f2",
"command": "-editor.action.changeAll",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+k",
"command": "workbench.action.toggleZenMode"
},
{
"key": "ctrl+k z",
"command": "-workbench.action.toggleZenMode"
}
]
{
"sync.gist": "ac0c24900ff21a1349ec26867132166c",
"sync.quietSync": true,
"sync.autoUpload": true,
"sync.autoDownload": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment