Skip to content

Instantly share code, notes, and snippets.

@TimUntersberger
Last active October 9, 2018 14:08
Show Gist options
  • Save TimUntersberger/de235e6e12efb64eefe3c5bf8558390e to your computer and use it in GitHub Desktop.
Save TimUntersberger/de235e6e12efb64eefe3c5bf8558390e to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-10-09T14:08:34.299Z","extensionVersion":"v3.1.2"}
[
{
"metadata": {
"id": "8bd90cfe-8edd-4b92-b992-2337fdc06604",
"publisherId": "wwm.better-align",
"publisherDisplayName": "wwm"
},
"name": "better-align",
"publisher": "wwm",
"version": "1.1.6"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.1.2"
},
{
"metadata": {
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherDisplayName": "mikestead"
},
"name": "dotenv",
"publisher": "mikestead",
"version": "1.0.1"
},
{
"metadata": {
"id": "a9151cd6-3338-48bc-bc6e-ba97e22489dd",
"publisherId": "Perkovec.emoji",
"publisherDisplayName": "Perkovec"
},
"name": "emoji",
"publisher": "Perkovec",
"version": "0.0.3"
},
{
"metadata": {
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherDisplayName": "xabikos"
},
"name": "JavaScriptSnippets",
"publisher": "xabikos",
"version": "1.7.1"
},
{
"metadata": {
"id": "ee577500-fad7-4a2b-b19a-bf7ef89f766c",
"publisherId": "geddski.macros",
"publisherDisplayName": "geddski"
},
"name": "macros",
"publisher": "geddski",
"version": "1.2.1"
},
{
"metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "zhuangtongfa.Material-theme",
"publisherDisplayName": "zhuangtongfa"
},
"name": "Material-theme",
"publisher": "zhuangtongfa",
"version": "2.17.3"
},
{
"metadata": {
"id": "a92437f6-75af-47b2-b3e0-99764308b4be",
"publisherId": "ryuta46.multi-command",
"publisherDisplayName": "ryuta46"
},
"name": "multi-command",
"publisher": "ryuta46",
"version": "1.2.0"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "1.6.1"
},
{
"metadata": {
"id": "aae0701b-111f-49c1-9000-abd37a442f28",
"publisherId": "WallabyJs.quokka-vscode",
"publisherDisplayName": "WallabyJs"
},
"name": "quokka-vscode",
"publisher": "WallabyJs",
"version": "1.0.151"
},
{
"metadata": {
"id": "513cf511-3894-4ee2-8c34-13ab83ddfd37",
"publisherId": "eg2.tslint",
"publisherDisplayName": "eg2"
},
"name": "tslint",
"publisher": "eg2",
"version": "1.0.39"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "vscodevim.vim",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "0.16.8"
},
{
"metadata": {
"id": "c46b0018-f317-4b6c-a785-d2039b27338f",
"publisherId": "wix.vscode-import-cost",
"publisherDisplayName": "wix"
},
"name": "vscode-import-cost",
"publisher": "wix",
"version": "2.9.0"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+shift+e",
"command": "-workbench.view.explorer"
},
{
"key": "ctrl+shift+c",
"command": "editor.action.clipboardCopyAction",
"when": "textInputFocus"
},
{
"key": "ctrl+c",
"command": "-editor.action.clipboardCopyAction",
"when": "textInputFocus"
},
{
"key": "ctrl+shift+c",
"command": "-workbench.action.terminal.openNativeConsole",
"when": "!terminalFocus"
},
{
"key": "ctrl+shift+c",
"command": "workbench.action.terminal.copySelection",
"when": "terminalFocus && terminalTextSelected"
},
{
"key": "ctrl+c",
"command": "-workbench.action.terminal.copySelection",
"when": "terminalFocus && terminalTextSelected"
},
{
"key": "ctrl+shift+v",
"command": "editor.action.clipboardPasteAction",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "ctrl+v",
"command": "-editor.action.clipboardPasteAction",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "ctrl+shift+v",
"command": "workbench.action.terminal.paste",
"when": "terminalFocus"
},
{
"key": "ctrl+v",
"command": "-workbench.action.terminal.paste",
"when": "terminalFocus"
},
{
"key": "ctrl+n",
"command": "workbench.action.toggleSidebarVisibility",
"when": "explorerViewletVisible"
},
{
"key": "ctrl+n",
"command": "workbench.view.explorer",
"when": "!explorerViewletVisible"
},
{
"key": "alt+e",
"command": "workbench.files.action.focusFilesExplorer"
},
{
"key": "alt+c",
"command": "-toggleFindCaseSensitive",
"when": "editorFocus"
},
{
"key": "alt+c",
"command": "-toggleSearchCaseSensitive",
"when": "searchInputBoxFocus && searchViewletVisible"
},
{
"key": "ctrl+h",
"command": "workbench.action.focusLeftGroup"
},
{
"key": "ctrl+k ctrl+left",
"command": "-workbench.action.focusLeftGroup"
},
{
"key": "ctrl+l",
"command": "workbench.action.focusRightGroup"
},
{
"key": "ctrl+k ctrl+right",
"command": "-workbench.action.focusRightGroup"
},
{
"key": "alt+c",
"command": "workbench.action.revertAndCloseActiveEditor"
},
{
"key": "alt+p",
"command": "workbench.action.showCommands"
},
{
"key": "f1",
"command": "-workbench.action.showCommands"
},
{
"key": "ctrl+enter",
"command": "multiCommand.nerdTreeSelectPreview",
"when": "explorerViewletVisible && explorerViewletFocus"
},
{
"key": "ctrl+oem_minus",
"command": "workbench.action.terminal.split",
"when": "terminalFocus"
},
{
"key": "ctrl+oem_5",
"command": "-workbench.action.terminal.split",
"when": "terminalFocus"
},
{
"key": "ctrl+oem_minus",
"command": "-workbench.action.zoomOut"
},
{
"key": "ctrl+shift+oem_minus",
"command": "-workbench.action.zoomOut"
},
{
"key": "ctrl+oem_plus",
"command": "-workbench.action.zoomIn"
},
{
"key": "ctrl+shift+oem_plus",
"command": "-workbench.action.zoomIn"
},
{
"key": "ctrl+numpad_add",
"command": "-workbench.action.zoomIn"
},
{
"key": "ctrl+j",
"command": "-workbench.action.togglePanel"
},
{
"key": "ctrl+j",
"command": "workbench.action.terminal.focusNextPane",
"when": "terminalFocus"
},
{
"key": "alt+right",
"command": "-workbench.action.terminal.focusNextPane",
"when": "terminalFocus"
},
{
"key": "ctrl+k",
"command": "-workbench.action.terminal.clear",
"when": "terminalFocus"
},
{
"key": "ctrl+k",
"command": "workbench.action.terminal.focusPreviousPane",
"when": "terminalFocus"
},
{
"key": "alt+up",
"command": "-workbench.action.terminal.focusPreviousPane",
"when": "terminalFocus"
},
{
"key": "ctrl+t",
"command": "workbench.action.togglePanel"
},
{
"key": "shift+enter",
"command": "macros.nerdTreeSelect",
"when": "explorerViewletFocus"
},
{
"key": "shift+oem_5",
"command": "macros.nerdTreeSplit",
"when": "explorerViewletFocus"
}
]
{
"vim.leader": ",",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\wsl.exe",
"editor.detectIndentation": false,
"editor.tabSize": 2,
"window.zoomLevel": 0,
"workbench.startupEditor": "newUntitledFile",
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.formatOnSave": true,
"workbench.colorTheme": "One Dark Pro",
"window.menuBarVisibility": "toggle",
"workbench.sideBar.location": "left",
"workbench.settings.openDefaultSettings": false,
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": false,
"editor.fontLigatures": true,
"window.titleBarStyle": "custom",
"explorer.openEditors.visible": 0,
"workbench.editor.showTabs": false,
"editor.minimap.enabled": false,
"editor.fontFamily": "Fira Code",
"editor.fontWeight": "500",
"macros": {
"nerdTreeSplit": [
"explorer.openToSide",
"workbench.action.toggleSidebarVisibility"
],
"nerdTreeSelect": [
"list.select",
"workbench.action.toggleSidebarVisibility"
]
},
"multiCommand.commands": [
{
"command": "multiCommand.nerdTreeSelectPreview",
"interval": 10,
"sequence": ["list.select", "workbench.files.action.focusFilesExplorer"]
}
],
"sync.gist": "de235e6e12efb64eefe3c5bf8558390e",
"sync.quietSync": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false,
"files.trimTrailingWhitespace": true,
"search.location": "panel",
"workbench.settings.openDefaultKeybindings": false,
"breadcrumbs.enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment