Skip to content

Instantly share code, notes, and snippets.

@adhulipa
Last active May 30, 2018 06:05
Show Gist options
  • Save adhulipa/cc03186191cff8b862d24c72fa5bc47c to your computer and use it in GitHub Desktop.
Save adhulipa/cc03186191cff8b862d24c72fa5bc47c to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-05-30T06:05:26.984Z","extensionVersion":"v2.9.2"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.9.2"
},
{
"metadata": {
"id": "8edd410a-6a61-4a6e-820f-9be6cb26b1dc",
"publisherId": "trinm1709.dracula-theme-from-intellij",
"publisherDisplayName": "trinm1709"
},
"name": "dracula-theme-from-intellij",
"publisher": "trinm1709",
"version": "0.2.3"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "8.3.2"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
"publisherId": "ms-vscode.Go",
"publisherDisplayName": "ms-vscode"
},
"name": "Go",
"publisher": "ms-vscode",
"version": "0.6.80"
},
{
"metadata": {
"id": "f30b63fa-e34a-40af-a573-5de5ecfb6c5e",
"publisherId": "k--kato.intellij-idea-keybindings",
"publisherDisplayName": "k--kato"
},
"name": "intellij-idea-keybindings",
"publisher": "k--kato",
"version": "0.2.23"
},
{
"metadata": {
"id": "9b6725fb-cfcc-4dd3-bf80-44a4b98c6112",
"publisherId": "donjayamanne.jupyter",
"publisherDisplayName": "donjayamanne"
},
"name": "jupyter",
"publisher": "donjayamanne",
"version": "1.1.4"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2018.4.0"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "PeterJausovec.vscode-docker",
"publisherDisplayName": "PeterJausovec"
},
"name": "vscode-docker",
"publisher": "PeterJausovec",
"version": "0.0.27"
}
]
// Key bindings that are more inline with IntelliJ
[
{
"key": "cmd+'",
"command": "workbench.action.splitEditor"
},
{
"key": "cmd+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus"
},
{
"key": "shift+alt+down",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus"
},
{
"key": "shift+alt+up",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus"
},
{
"key": "alt+up",
"command": "editor.action.smartSelect.grow"
},
{
"key": "alt+down",
"command": "editor.action.smartSelect.shrink"
},
{
"key": "ctrl+g",
"command": "editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "cmd+r",
"command": "editor.action.startFindReplaceAction"
},
{
"key": "alt+cmd+l",
"command": "editor.action.format",
"when": "editorTextFocus"
},
{
"key": "cmd+-",
"command": "editor.action.commentLine",
"when": "editorTextFocus"
},
{
"key": "cmd+y",
"command": "editor.action.previewDeclaration",
"when": "editorTextFocus"
},
{
"key": "cmd+b",
"command": "editor.action.goToDeclaration",
"when": "editorTextFocus"
},
{
"key": "cmd+l",
"command": "workbench.action.gotoLine",
"when": "editorTextFocus"
},
{
"key": "alt+cmd+o",
"command": "workbench.action.gotoSymbol"
},
{
"key": "cmd+e",
"command": "workbench.action.quickOpen"
},
{
"key": "alt+enter",
"command": "editor.action.quickFix",
"when": "editorTextFocus"
},
{
"key": "shift+f6",
"command": "editor.action.changeAll",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+1",
"command": "workbench.view.explorer"
},
{
"key": "ctrl+d",
"command": "workbench.view.debug"
},
{
"key": "shift+cmd+r",
"command": "workbench.action.replaceInFiles"
},
{
"key": "shift+cmd+]",
"command": "workbench.action.nextEditor",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+[",
"command": "workbench.action.previousEditor",
"when": "editorTextFocus"
},
{
"key": "cmd+[",
"command": "workbench.action.navigateBack",
"when": "editorTextFocus"
},
{
"key": "cmd+]",
"command": "workbench.action.navigateForward",
"when": "editorTextFocus"
},
{ "key": "cmd+backspace",
"command": "editor.action.deleteLines",
"when": "editorTextFocus && !editorReadonly"
},
{ "key": "shift+enter",
"command": "editor.action.insertLineAfter",
"when": "editorTextFocus && !editorReadonly"
}
]
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Iosevka",
"editor.fontLigatures": true,
"editor.fontSize": 12.0,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": true
},
"gitlens.keymap": "chorded",
"gitlens.historyExplorer.enabled": true,
"workbench.colorTheme": "Darcula Theme from IntelliJ",
"sync.gist": "cc03186191cff8b862d24c72fa5bc47c",
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastUpload": "2018-05-30T05:58:47.731Z",
"sync.lastDownload": "",
"sync.forceDownload": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment