Last active
August 1, 2019 06:58
-
-
Save uzimith/1cfdf7e648528d592eb82d0735300b6c to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-08-01T06:58:24.465Z","extensionVersion":"v3.2.9"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"metadata": { | |
"id": "464f4ac7-af65-4aa9-9907-4ba7fa419085", | |
"publisherId": "bungcip.better-toml", | |
"publisherDisplayName": "bungcip" | |
}, | |
"name": "better-toml", | |
"publisher": "bungcip", | |
"version": "0.3.2" | |
}, | |
{ | |
"metadata": { | |
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.2.9" | |
}, | |
{ | |
"metadata": { | |
"id": "c47db04d-78f4-45b5-a824-73d9f20efc78", | |
"publisherId": "ginfuru.ginfuru-better-solarized-dark-theme", | |
"publisherDisplayName": "ginfuru" | |
}, | |
"name": "ginfuru-better-solarized-dark-theme", | |
"publisher": "ginfuru", | |
"version": "0.7.0" | |
}, | |
{ | |
"metadata": { | |
"id": "2bba45f2-4a48-41a6-bb86-d6ba5ab29a9f", | |
"publisherId": "felipecaputo.git-project-manager", | |
"publisherDisplayName": "felipecaputo" | |
}, | |
"name": "git-project-manager", | |
"publisher": "felipecaputo", | |
"version": "1.7.1" | |
}, | |
{ | |
"metadata": { | |
"id": "4de763bd-505d-4978-9575-2b7696ecf94e", | |
"publisherId": "eamodio.gitlens", | |
"publisherDisplayName": "eamodio" | |
}, | |
"name": "gitlens", | |
"publisher": "eamodio", | |
"version": "9.8.1" | |
}, | |
{ | |
"metadata": { | |
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da", | |
"publisherId": "ms-vscode.Go", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "Go", | |
"publisher": "ms-vscode", | |
"version": "0.10.2" | |
}, | |
{ | |
"metadata": { | |
"id": "3792588c-3d35-442d-91ea-fe6a755e8155", | |
"publisherId": "mechatroner.rainbow-csv", | |
"publisherDisplayName": "mechatroner" | |
}, | |
"name": "rainbow-csv", | |
"publisher": "mechatroner", | |
"version": "1.1.1" | |
}, | |
{ | |
"metadata": { | |
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03", | |
"publisherId": "vscodevim.vim", | |
"publisherDisplayName": "vscodevim" | |
}, | |
"name": "vim", | |
"publisher": "vscodevim", | |
"version": "1.8.1" | |
}, | |
{ | |
"metadata": { | |
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f", | |
"publisherId": "PeterJausovec.vscode-docker", | |
"publisherDisplayName": "PeterJausovec" | |
}, | |
"name": "vscode-docker", | |
"publisher": "PeterJausovec", | |
"version": "0.6.2" | |
}, | |
{ | |
"metadata": { | |
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f", | |
"publisherId": "ms-azuretools.vscode-docker", | |
"publisherDisplayName": "ms-azuretools" | |
}, | |
"name": "vscode-docker", | |
"publisher": "ms-azuretools", | |
"version": "0.7.0" | |
}, | |
{ | |
"metadata": { | |
"id": "1d4d80c9-0d33-48a1-88a8-19ff80bc8e2a", | |
"publisherId": "ziyasal.vscode-open-in-github", | |
"publisherDisplayName": "ziyasal" | |
}, | |
"name": "vscode-open-in-github", | |
"publisher": "ziyasal", | |
"version": "1.3.6" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Empty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ | |
"key": "cmd+r", | |
"command": "workbench.action.openRecent" | |
}, | |
{ | |
"key": "ctrl+r", | |
"command": "-workbench.action.openRecent" | |
}, | |
{ | |
"key": "shift+cmd+n", | |
"command": "explorer.newFolder" | |
}, | |
{ | |
"key": "cmd+n", | |
"command": "explorer.newFile" | |
}, | |
{ | |
"key": "cmd+1", | |
"command": "workbench.action.openEditorAtIndex1" | |
}, | |
{ | |
"key": "ctrl+1", | |
"command": "-workbench.action.openEditorAtIndex1" | |
}, | |
{ | |
"key": "cmd+2", | |
"command": "workbench.action.openEditorAtIndex2" | |
}, | |
{ | |
"key": "ctrl+2", | |
"command": "-workbench.action.openEditorAtIndex2" | |
}, | |
{ | |
"key": "cmd+3", | |
"command": "workbench.action.openEditorAtIndex3" | |
}, | |
{ | |
"key": "ctrl+3", | |
"command": "-workbench.action.openEditorAtIndex3" | |
}, | |
{ | |
"key": "cmd+4", | |
"command": "workbench.action.openEditorAtIndex4" | |
}, | |
{ | |
"key": "ctrl+4", | |
"command": "-workbench.action.openEditorAtIndex4" | |
}, | |
{ | |
"key": "cmd+5", | |
"command": "workbench.action.openEditorAtIndex5" | |
}, | |
{ | |
"key": "ctrl+5", | |
"command": "-workbench.action.openEditorAtIndex5" | |
}, | |
{ | |
"key": "cmd+6", | |
"command": "workbench.action.openEditorAtIndex6" | |
}, | |
{ | |
"key": "ctrl+6", | |
"command": "-workbench.action.openEditorAtIndex6" | |
}, | |
{ | |
"key": "cmd+7", | |
"command": "workbench.action.openEditorAtIndex7" | |
}, | |
{ | |
"key": "ctrl+7", | |
"command": "-workbench.action.openEditorAtIndex7" | |
}, | |
{ | |
"key": "cmd+8", | |
"command": "workbench.action.openEditorAtIndex8" | |
}, | |
{ | |
"key": "ctrl+8", | |
"command": "-workbench.action.openEditorAtIndex8" | |
}, | |
{ | |
"key": "cmd+9", | |
"command": "workbench.action.openEditorAtIndex9" | |
}, | |
{ | |
"key": "ctrl+9", | |
"command": "-workbench.action.openEditorAtIndex9" | |
}, | |
{ | |
"key": "ctrl+1", | |
"command": "workbench.action.focusFirstEditorGroup" | |
}, | |
{ | |
"key": "cmd+1", | |
"command": "-workbench.action.focusFirstEditorGroup" | |
}, | |
{ | |
"key": "ctrl+2", | |
"command": "workbench.action.focusSecondEditorGroup" | |
}, | |
{ | |
"key": "cmd+2", | |
"command": "-workbench.action.focusSecondEditorGroup" | |
}, | |
{ | |
"key": "ctrl+3", | |
"command": "workbench.action.focusThirdEditorGroup" | |
}, | |
{ | |
"key": "cmd+3", | |
"command": "-workbench.action.focusThirdEditorGroup" | |
}, | |
{ | |
"key": "cmd+e", | |
"command": "workbench.view.explorer" | |
}, | |
{ | |
"key": "shift+cmd+e", | |
"command": "-workbench.view.explorer" | |
}, | |
{ | |
"key": "cmd+m", | |
"command": "workbench.actions.view.problems" | |
}, | |
{ | |
"key": "shift+cmd+m", | |
"command": "-workbench.actions.view.problems" | |
}, | |
{ | |
"key": "ctrl+q", | |
"command": "-workbench.action.quickOpenView" | |
}, | |
{ | |
"key": "e", | |
"command": "list.select", | |
"when": "listFocus && !inputFocus" | |
}, | |
{ | |
"key": "cmd+enter", | |
"command": "renameFile", | |
"when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !inputFocus" | |
}, | |
{ | |
"key": "enter", | |
"command": "-renameFile", | |
"when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !inputFocus" | |
}, | |
{ | |
"key": "ctrl+cmd+p", | |
"command": "gitProjectManager.openProject" | |
}, | |
{ | |
"key": "alt+cmd+p", | |
"command": "-gitProjectManager.openProject" | |
}, | |
{ | |
"key": "cmd+g", | |
"command": "-editor.action.nextMatchFindAction", | |
"when": "editorFocus" | |
}, | |
{ | |
"key": "cmd+g", | |
"command": "workbench.view.scm" | |
}, | |
{ | |
"key": "ctrl+shift+g", | |
"command": "-workbench.view.scm" | |
}, | |
{ | |
"key": "cmd+f", | |
"command": "-actions.find" | |
}, | |
{ | |
"key": "cmd+f", | |
"command": "workbench.view.search", | |
"when": "!searchViewletVisible" | |
}, | |
{ | |
"key": "shift+cmd+f", | |
"command": "-workbench.view.search", | |
"when": "!searchViewletVisible" | |
}, | |
{ | |
"key": "ctrl+;", | |
"command": "editor.action.goToDeclaration", | |
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor" | |
}, | |
{ | |
"key": "f12", | |
"command": "-editor.action.goToDeclaration", | |
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.fontFamily": "Ricty", | |
"editor.fontSize": 14, | |
"terminal.integrated.fontFamily": "Ricty for Powerline", | |
"terminal.integrated.fontSize": 14, | |
"editor.formatOnType": true, | |
"editor.formatOnSave": true, | |
"vim.easymotion": true, | |
"vim.easymotionKeys": "hjklasdfgyuiopqwertnmzxcvbHJKLASDFGYUIOPQWERTNMZXCVB", | |
"vim.easymotionMarkerBackgroundColor": "#FC291C", | |
"vim.easymotionMarkerFontFamily": "Ricty for Powerline", | |
"vim.sneak": true, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"editor.minimap.enabled": false, | |
"explorer.openEditors.visible": 0, | |
"extensions.ignoreRecommendations": true, | |
"workbench.colorCustomizations": { | |
"peekView.border": "#E50A69AB", | |
"peekViewTitle.background": "#002b36", | |
"peekViewResult.background": "#00212b", | |
"peekViewEditor.background": "#002b36", | |
"peekViewEditor.matchHighlightBackground": "#00212bAB" | |
}, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"j", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.normalModeKeyBindingsNonRecursive": [ | |
{ | |
"before": [ | |
"u" | |
], | |
"after": [], | |
"commands": [ | |
{ | |
"command": "undo" | |
} | |
] | |
}, | |
{ | |
"before": [ | |
"<C-r>" | |
], | |
"after": [], | |
"commands": [ | |
{ | |
"command": "redo" | |
} | |
] | |
}, | |
{ | |
"before": [ | |
"<leader>", | |
"h" | |
], | |
"after": [ | |
"^" | |
] | |
}, | |
{ | |
"before": [ | |
"<leader>", | |
"l" | |
], | |
"after": [ | |
"$" | |
] | |
}, | |
{ | |
"before": [ | |
"Y" | |
], | |
"after": [ | |
"y", | |
"$" | |
] | |
}, | |
{ | |
"before": [ | |
"J" | |
], | |
"after": [ | |
"<C-f>" | |
] | |
}, | |
{ | |
"before": [ | |
"<space>", | |
"j" | |
], | |
"after": [ | |
"J" | |
] | |
}, | |
{ | |
"before": [ | |
"K" | |
], | |
"after": [ | |
"<C-b>" | |
] | |
}, | |
{ | |
"before": [ | |
"t", | |
"c" | |
], | |
"after": [], | |
"commands": [ | |
{ | |
"command": ":tabnew", | |
"args": [] | |
} | |
] | |
}, | |
{ | |
"before": [ | |
"s", | |
"m" | |
], | |
"after": [], | |
"commands": [ | |
{ | |
"command": "workbench.action.quickOpen", | |
"args": [] | |
} | |
] | |
}, | |
{ | |
"before": [ | |
"s", | |
"D" | |
], | |
"after": [], | |
"commands": [ | |
{ | |
"command": "workbench.view.debug", | |
"args": [] | |
} | |
] | |
}, | |
{ | |
"before": [ | |
"s", | |
"g" | |
], | |
"after": [], | |
"commands": [ | |
{ | |
"command": "workbench.view.scm", | |
"args": [] | |
} | |
] | |
}, | |
{ | |
"before": [ | |
"s", | |
"G" | |
], | |
"after": [], | |
"commands": [ | |
{ | |
"command": "workbench.view.search", | |
"args": [] | |
} | |
] | |
}, | |
{ | |
"before": [ | |
"t", | |
"t" | |
], | |
"after": [], | |
"commands": [ | |
{ | |
"command": "workbench.action.openNextRecentlyUsedEditorInGroup", | |
"args": [] | |
} | |
] | |
}, | |
{ | |
"before": [ | |
";" | |
], | |
"after": [ | |
"<leader>", | |
"<leader>" | |
] | |
}, | |
{ | |
"before": [ | |
"<C-h>" | |
], | |
"after": [ | |
"<C-w>", | |
"h" | |
] | |
}, | |
{ | |
"before": [ | |
"<C-h>" | |
], | |
"after": [ | |
"<C-w>", | |
"h" | |
] | |
}, | |
{ | |
"before": [ | |
"<C-j>" | |
], | |
"after": [ | |
"<C-w>", | |
"j" | |
] | |
}, | |
{ | |
"before": [ | |
"<C-k>" | |
], | |
"after": [ | |
"<C-w>", | |
"k" | |
] | |
}, | |
{ | |
"before": [ | |
"<C-l>" | |
], | |
"after": [ | |
"<C-w>", | |
"l" | |
] | |
}, | |
{ | |
"before": [ | |
"g", | |
"d" | |
], | |
"after": [], | |
"commands": [ | |
{ | |
"command": "editor.action.goToDeclaration", | |
"args": [] | |
} | |
] | |
}, | |
{ | |
"before": [ | |
"g", | |
"D" | |
], | |
"after": [], | |
"commands": [ | |
{ | |
"command": "editor.action.goToImplementation", | |
"args": [] | |
} | |
] | |
} | |
], | |
"vim.visualModeKeyBindingsNonRecursive": [ | |
{ | |
"before": [ | |
";" | |
], | |
"after": [ | |
"<leader>", | |
"<leader>" | |
] | |
} | |
], | |
"vim.leader": "<space>", | |
"workbench.statusBar.visible": true, | |
"go.lintTool": "", | |
"go.lintFlags": [ | |
"--disable=all", | |
"--enable=errcheck" | |
], | |
"gitProjectManager.baseProjectsFolders": [ | |
"~/src" | |
], | |
"git.autofetch": true, | |
"window.zoomLevel": 0, | |
"workbench.colorTheme": "Solarized Dark", | |
"workbench.iconTheme": "vscode-icons", | |
"explorer.confirmDelete": false, | |
"terminal.integrated.shellArgs.osx": [ | |
"-l" | |
], | |
"sync.gist": "1cfdf7e648528d592eb82d0735300b6c", | |
"sync.quietSync": true, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"sync.autoDownload": true, | |
"sync.autoUpload": true, | |
"sync.forceDownload": false, | |
"gitlens.advanced.messages": { | |
"suppressShowKeyBindingsNotice": true | |
}, | |
"editor.renderWhitespace": "none", | |
"editor.renderControlCharacters": false, | |
"terminal.integrated.rendererType": "auto", | |
"explorer.confirmDragAndDrop": false, | |
"workbench.activityBar.visible": false, | |
"go.useLanguageServer": true, | |
"go.alternateTools": { | |
"go-langserver": "gopls" | |
}, | |
"go.languageServerExperimentalFeatures": { | |
"format": true, | |
"autoComplete": true, | |
"diagnostics": true, | |
"goToDefinition": true, | |
"hover": true, | |
"signatureHelp": true, | |
"goToTypeDefinition": true, | |
"documentSymbols": true, | |
}, | |
"go.buildOnSave": "off", | |
"go.vetOnSave": "off", | |
"[go]": { | |
"editor.snippetSuggestions": "none", | |
"editor.formatOnSave": true, | |
"editor.codeActionsOnSave": { | |
"source.organizeImports": true | |
}, | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":"7.24.0","status":0,"welcomeShown":true} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment