Skip to content

Instantly share code, notes, and snippets.

@nietaki
Last active July 5, 2018 16:29
Show Gist options
  • Save nietaki/eac0aaf62a7815a4fa4c2d125a3c771b to your computer and use it in GitHub Desktop.
Save nietaki/eac0aaf62a7815a4fa4c2d125a3c771b to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-07-05T16:29:37.163Z","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": "c4e31168-d200-4020-ae9e-1aa7b76d2c52",
"publisherId": "vangware.dark-plus-material",
"publisherDisplayName": "vangware"
},
"name": "dark-plus-material",
"publisher": "vangware",
"version": "1.1.5"
},
{
"metadata": {
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherDisplayName": "donjayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.4.1"
},
{
"metadata": {
"id": "9a3d81ec-d459-4139-aa0f-d07452e0e894",
"publisherId": "Gruntfuggly.global-config",
"publisherDisplayName": "Gruntfuggly"
},
"name": "global-config",
"publisher": "Gruntfuggly",
"version": "0.0.5"
},
{
"metadata": {
"id": "8b477a76-974c-403d-a454-58028c1709d1",
"publisherId": "samuelcolvin.jinjahtml",
"publisherDisplayName": "samuelcolvin"
},
"name": "jinjahtml",
"publisher": "samuelcolvin",
"version": "0.3.0"
},
{
"metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "zhuangtongfa.Material-theme",
"publisherDisplayName": "zhuangtongfa"
},
"name": "Material-theme",
"publisher": "zhuangtongfa",
"version": "2.15.1"
},
{
"metadata": {
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherDisplayName": "alefragnani"
},
"name": "project-manager",
"publisher": "alefragnani",
"version": "8.0.0"
},
{
"metadata": {
"id": "4a23294b-fd16-4c51-9759-da9936474cf8",
"publisherId": "mauve.terraform",
"publisherDisplayName": "mauve"
},
"name": "terraform",
"publisher": "mauve",
"version": "1.2.3"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "vscodevim.vim",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "0.14.1"
},
{
"metadata": {
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
"publisherId": "Equinusocio.vsc-material-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "vsc-material-theme",
"publisher": "Equinusocio",
"version": "2.3.0"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "PeterJausovec.vscode-docker",
"publisherDisplayName": "PeterJausovec"
},
"name": "vscode-docker",
"publisher": "PeterJausovec",
"version": "0.0.27"
},
{
"metadata": {
"id": "a852a33d-c920-4758-a5a8-0f5b00521b59",
"publisherId": "mjmcloug.vscode-elixir",
"publisherDisplayName": "mjmcloug"
},
"name": "vscode-elixir",
"publisher": "mjmcloug",
"version": "1.1.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.3"
},
{
"metadata": {
"id": "97a08c5f-6667-4242-a5c5-045dfb6bd4b9",
"publisherId": "wayou.vscode-todo-highlight",
"publisherDisplayName": "wayou"
},
"name": "vscode-todo-highlight",
"publisher": "wayou",
"version": "0.5.12"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+\\",
"command": "workbench.action.toggleSidebarVisibility"
},
{
"key": "cmd+b",
"command": "-workbench.action.toggleSidebarVisibility"
},
{
"key": "ctrl+shift+\\",
"command": "workbench.files.action.focusFilesExplorer"
},
{
"key": "ctrl+l",
"command": "workbench.action.quickOpen"
},
{
"key": "cmd+p",
"command": "-workbench.action.quickOpen"
},
{
"key": "ctrl+l",
"command": "workbench.action.quickOpenNavigateNextInFilePicker",
"when": "inFilesPicker && inQuickOpen"
},
{
"key": "cmd+p",
"command": "-workbench.action.quickOpenNavigateNextInFilePicker",
"when": "inFilesPicker && inQuickOpen"
},
{
"key": "ctrl+j",
"command": "workbench.action.showCommands"
},
{
"key": "shift+cmd+p",
"command": "-workbench.action.showCommands"
},
{
"key": "ctrl+j",
"command": "workbench.action.quickOpenNavigatePreviousInFilePicker",
"when": "inFilesPicker && inQuickOpen"
},
{
"key": "shift+cmd+p",
"command": "-workbench.action.quickOpenNavigatePreviousInFilePicker",
"when": "inFilesPicker && inQuickOpen"
},
{
"key": "alt+j",
"command": "workbench.action.editor.nextChange",
"when": "editorTextFocus"
},
{
"key": "alt+f5",
"command": "-workbench.action.editor.nextChange",
"when": "editorTextFocus"
},
{
"key": "alt+k",
"command": "workbench.action.editor.previousChange",
"when": "editorTextFocus"
},
{
"key": "shift+alt+f5",
"command": "-workbench.action.editor.previousChange",
"when": "editorTextFocus"
},
{
"key": "ctrl+p ctrl+p",
"command": "projectManager.listProjects"
},
{
"key": "shift+alt+p",
"command": "-projectManager.listProjects"
},
{
"key": "ctrl+e",
"command": "editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "ctrl+d",
"command": "-editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "ctrl+k ctrl+e",
"command": "editor.action.moveSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "ctrl+k ctrl+d",
"command": "-editor.action.moveSelectionToNextFindMatch",
"when": "editorFocus"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+\\",
"command": "workbench.action.toggleSidebarVisibility"
},
{
"key": "cmd+b",
"command": "-workbench.action.toggleSidebarVisibility"
},
{
"key": "ctrl+shift+\\",
"command": "workbench.files.action.focusFilesExplorer"
},
{
"key": "ctrl+l",
"command": "workbench.action.quickOpen"
},
{
"key": "cmd+p",
"command": "-workbench.action.quickOpen"
},
{
"key": "ctrl+l",
"command": "workbench.action.quickOpenNavigateNextInFilePicker",
"when": "inFilesPicker && inQuickOpen"
},
{
"key": "cmd+p",
"command": "-workbench.action.quickOpenNavigateNextInFilePicker",
"when": "inFilesPicker && inQuickOpen"
},
{
"key": "ctrl+j",
"command": "workbench.action.showCommands"
},
{
"key": "shift+cmd+p",
"command": "-workbench.action.showCommands"
},
{
"key": "ctrl+j",
"command": "workbench.action.quickOpenNavigatePreviousInFilePicker",
"when": "inFilesPicker && inQuickOpen"
},
{
"key": "shift+cmd+p",
"command": "-workbench.action.quickOpenNavigatePreviousInFilePicker",
"when": "inFilesPicker && inQuickOpen"
},
{
"key": "alt+j",
"command": "workbench.action.editor.nextChange",
"when": "editorTextFocus"
},
{
"key": "alt+f5",
"command": "-workbench.action.editor.nextChange",
"when": "editorTextFocus"
},
{
"key": "alt+k",
"command": "workbench.action.editor.previousChange",
"when": "editorTextFocus"
},
{
"key": "shift+alt+f5",
"command": "-workbench.action.editor.previousChange",
"when": "editorTextFocus"
}
]
{
// VSpaceCode START
"vim.leader": "<space>",
"vim.normalModeKeyBindings": [
{
"before": [
"<leader>",
"<space>"
],
"after": [],
"commands": [
{
"command": "workbench.action.showCommands",
"args": []
}
]
},
{
"before": [
"<leader>",
"<tab>"
],
"after": [],
"commands": [
{
"command": "workbench.action.openNextRecentlyUsedEditorInGroup",
"args": []
}
]
},
{
"before": [
"<leader>",
";",
";"
],
"after": [],
"commands": [
{
"command": "editor.action.commentLine",
"args": []
}
]
},
{
"before": [
"<leader>",
"'"
],
"after": [],
"commands": [
{
"command": "workbench.action.terminal.toggleTerminal",
"args": []
}
]
},
{
"before": [
"<leader>",
"/"
],
"after": [],
"commands": [
{
"command": "workbench.action.findInFiles",
"args": []
}
]
},
{
"before": [
"<leader>",
"1"
],
"after": [],
"commands": [
{
"command": "workbench.action.focusFirstEditorGroup",
"args": []
}
]
},
{
"before": [
"<leader>",
"2"
],
"after": [],
"commands": [
{
"command": "workbench.action.focusSecondEditorGroup",
"args": []
}
]
},
{
"before": [
"<leader>",
"3"
],
"after": [],
"commands": [
{
"command": "workbench.action.focusThirdEditorGroup",
"args": []
}
]
},
{
"before": [
"<leader>",
"b",
"b"
],
"after": [],
"commands": [
{
"command": "workbench.action.showAllEditors",
"args": []
}
]
},
{
"before": [
"<leader>",
"b",
"d"
],
"after": [],
"commands": [
{
"command": "workbench.action.closeActiveEditor",
"args": []
}
]
},
{
"before": [
"<leader>",
"b",
"n"
],
"after": [],
"commands": [
{
"command": "workbench.action.nextEditor",
"args": []
}
]
},
{
"before": [
"<leader>",
"b",
"p"
],
"after": [],
"commands": [
{
"command": "workbench.action.previousEditor",
"args": []
}
]
},
{
"before": [
"<leader>",
"b",
"s"
],
"after": [],
"commands": [
{
"command": "workbench.action.files.newUntitledFile",
"args": []
}
]
},
{
"before": [
"<leader>",
"e",
"l"
],
"after": [],
"commands": [
{
"command": "workbench.actions.view.problems",
"args": []
}
]
},
{
"before": [
"<leader>",
"f",
"e"
],
"after": [],
"commands": [
{
"command": "workbench.action.openGlobalSettings",
"args": []
}
]
},
{
"before": [
"<leader>",
"f",
"f"
],
"after": [],
"commands": [
{
"command": "workbench.action.files.openFile",
"args": []
}
]
},
{
"before": [
"<leader>",
"f",
"r"
],
"after": [],
"commands": [
{
"command": "workbench.action.openRecent",
"args": []
}
]
},
{
"before": [
"<leader>",
"f",
"s"
],
"after": [],
"commands": [
{
"command": "workbench.action.files.save",
"args": []
}
]
},
{
"before": [
"<leader>",
"f",
"t"
],
"after": [],
"commands": [
{
"command": "workbench.view.explorer",
"args": []
}
]
},
{
"before": [
"<leader>",
"f",
"y"
],
"after": [],
"commands": [
{
"command": "workbench.action.files.copyPathOfActiveFile",
"args": []
}
]
},
{
"before": [
"<leader>",
"g",
"b"
],
"after": [],
"commands": [
{
"command": "git.checkout",
"args": []
}
]
},
{
"before": [
"<leader>",
"g",
"c"
],
"after": [],
"commands": [
{
"command": "git.commit",
"args": []
}
]
},
{
"before": [
"<leader>",
"g",
"d"
],
"after": [],
"commands": [
{
"command": "git.deleteBranch",
"args": []
}
]
},
{
"before": [
"<leader>",
"g",
"f"
],
"after": [],
"commands": [
{
"command": "git.fetch",
"args": []
}
]
},
{
"before": [
"<leader>",
"g",
"i"
],
"after": [],
"commands": [
{
"command": "git.init",
"args": []
}
]
},
{
"before": [
"<leader>",
"g",
"m"
],
"after": [],
"commands": [
{
"command": "git.merge",
"args": []
}
]
},
{
"before": [
"<leader>",
"g",
"p"
],
"after": [],
"commands": [
{
"command": "git.publish",
"args": []
}
]
},
{
"before": [
"<leader>",
"g",
"s"
],
"after": [],
"commands": [
{
"command": "workbench.view.scm",
"args": []
}
]
},
{
"before": [
"<leader>",
"g",
"S"
],
"after": [],
"commands": [
{
"command": "git.stage",
"args": []
}
]
},
{
"before": [
"<leader>",
"g",
"U"
],
"after": [],
"commands": [
{
"command": "git.unstage",
"args": []
}
]
},
{
"before": [
"<leader>",
"h",
"d"
],
"after": [],
"commands": [
{
"command": "workbench.action.openGlobalKeybindings",
"args": []
}
]
},
{
"before": [
"<leader>",
"i",
"s"
],
"after": [],
"commands": [
{
"command": "editor.action.insertSnippet",
"args": []
}
]
},
{
"before": [
"<leader>",
"j",
"="
],
"after": [],
"commands": [
{
"command": "editor.action.formatDocument",
"args": []
}
]
},
{
"before": [
"leader",
"j",
"j"
],
"after": [
"leader",
"leader",
"s"
]
},
{
"before": [
"leader",
"j",
"l"
],
"after": [
"leader",
"leader",
"leader",
"b",
"d",
"j",
"k"
]
},
{
"before": [
"leader",
"j",
"w"
],
"after": [
"leader",
"leader",
"leader",
"b",
"d",
"w"
]
},
{
"before": [
"<leader>",
"l",
"d"
],
"after": [],
"commands": [
{
"command": "workbench.action.closeFolder",
"args": []
}
]
},
{
"before": [
"<leader>",
"p",
"f"
],
"after": [],
"commands": [
{
"command": "workbench.action.quickOpen",
"args": []
}
]
},
{
"before": [
"<leader>",
"p",
"l"
],
"after": [],
"commands": [
{
"command": "workbench.action.files.openFolder",
"args": []
}
]
},
{
"before": [
"<leader>",
"p",
"p"
],
"after": [],
"commands": [
{
"command": "workbench.action.openRecent",
"args": []
}
]
},
{
"before": [
"<leader>",
"p",
"t"
],
"after": [],
"commands": [
{
"command": "workbench.view.explorer",
"args": []
}
]
},
{
"before": [
"<leader>",
"q",
"f"
],
"after": [],
"commands": [
{
"command": "workbench.action.closeWindow",
"args": []
}
]
},
{
"before": [
"<leader>",
"q",
"q"
],
"after": [],
"commands": [
{
"command": "workbench.action.closeWindow",
"args": []
}
]
},
{
"before": [
"<leader>",
"q",
"r"
],
"after": [],
"commands": [
{
"command": "workbench.action.reloadWindow",
"args": []
}
]
},
{
"before": [
"<leader>",
"r",
"s"
],
"after": [],
"commands": [
{
"command": "workbench.action.findInFiles",
"args": []
}
]
},
{
"before": [
"<leader>",
"s",
"e"
],
"after": [],
"commands": [
{
"command": "editor.action.rename",
"args": []
}
]
},
{
"before": [
"<leader>",
"s",
"j"
],
"after": [],
"commands": [
{
"command": "workbench.action.gotoSymbol",
"args": []
}
]
},
{
"before": [
"<leader>",
"s",
"p"
],
"after": [],
"commands": [
{
"command": "workbench.action.findInFiles",
"args": []
}
]
},
{
"before": [
"<leader>",
"s",
"P"
],
"after": [],
"commands": [
{
"command": "workbench.action.findInFilesWithSelectedText",
"args": []
}
]
},
{
"before": [
"<leader>",
"T",
"F"
],
"after": [],
"commands": [
{
"command": "workbench.action.toggleFullScreen",
"args": []
}
]
},
{
"before": [
"<leader>",
"T",
"m"
],
"after": [],
"commands": [
{
"command": "workbench.action.toggleMenuBar",
"args": []
}
]
},
{
"before": [
"<leader>",
"T",
"s"
],
"after": [],
"commands": [
{
"command": "workbench.action.selectTheme",
"args": []
}
]
},
{
"before": [
"<leader>",
"T",
"t"
],
"after": [],
"commands": [
{
"command": "workbench.action.toggleActivityBarVisibility",
"args": []
}
]
},
{
"before": [
"<leader>",
"v"
],
"after": [],
"commands": [
{
"command": "editor.action.smartSelect.grow",
"args": []
}
]
},
{
"before": [
"<leader>",
"V"
],
"after": [],
"commands": [
{
"command": "editor.action.smartSelect.shrink",
"args": []
}
]
},
{
"before": [
"<leader>",
"w",
"d"
],
"after": [],
"commands": [
{
"command": "workbench.action.closeEditorsInGroup",
"args": []
}
]
},
{
"before": [
"<leader>",
"w",
"h"
],
"after": [],
"commands": [
{
"command": "workbench.action.focusPreviousGroup",
"args": []
}
]
},
{
"before": [
"<leader>",
"w",
"H"
],
"after": [],
"commands": [
{
"command": "workbench.action.moveActiveEditorGroupLeft",
"args": []
}
]
},
{
"before": [
"<leader>",
"w",
"l"
],
"after": [],
"commands": [
{
"command": "workbench.action.focusNextGroup",
"args": []
}
]
},
{
"before": [
"<leader>",
"w",
"L"
],
"after": [],
"commands": [
{
"command": "workbench.action.moveActiveEditorGroupRight",
"args": []
}
]
},
{
"before": [
"<leader>",
"w",
"m"
],
"after": [],
"commands": [
{
"command": "workbench.action.maximizeEditor",
"args": []
}
]
},
{
"before": [
"<leader>",
"w",
"/"
],
"after": [],
"commands": [
{
"command": "workbench.action.splitEditor",
"args": []
}
]
},
{
"before": [
"<leader>",
"w",
"w"
],
"after": [],
"commands": [
{
"command": "workbench.action.focusNextGroup",
"args": []
}
]
},
{
"before": [
"<leader>",
"w",
"W"
],
"after": [],
"commands": [
{
"command": "workbench.action.focusPreviousGroup",
"args": []
}
]
},
{
"before": [
"<leader>",
"x",
"s"
],
"after": [],
"commands": [
{
"command": "editor.action.sortLinesAscending",
"args": []
}
]
},
{
"before": [
"<leader>",
"x",
"w"
],
"after": [],
"commands": [
{
"command": "editor.action.trimTrailingWhitespace",
"args": []
}
]
},
{
"before": [
"<leader>",
"r",
"t"
],
"after": [],
"commands": [
{
"command": "workbench.action.tasks.runTask",
"args": []
}
]
},
{
"before": [
"<leader>",
"p",
"s"
],
"after": [],
"commands": [
{
"command": "workbench.action.files.saveAll",
"args": []
}
]
}
],
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["j"],
"after": ["g", "j"]
},
{
"before": ["k"],
"after": ["g", "k"]
}
],
"vim.insertModeKeyBindings": [
{
"before": [
"f",
"d"
],
"after": [
"<Esc>"
]
}
],
"vim.easymotion": false,
// VSpaceCode END
"editor.renderWhitespace": "boundary",
"editor.wordWrap": "on",
"workbench.colorTheme": "One Dark Pro",
"sync.gist": "eac0aaf62a7815a4fa4c2d125a3c771b",
"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-06-29T16:20:31.709Z",
"sync.lastDownload": "2018-06-24T23:35:03.759Z",
"sync.forceDownload": false,
"editor.fontSize": 13,
"workbench.iconTheme": "eq-material-theme-icons",
"projectManager.git.baseFolders": [
"/home/nietaki/repos/"
],
"projectManager.git.maxDepthRecursion": 1,
"projectManager.showProjectNameInStatusBar": true,
"workbench.editor.enablePreviewFromQuickOpen": false,
"editor.roundedSelection": false,
"editor.stablePeek": false,
"vim.useSystemClipboard": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/deps": true,
"**/_build": true
},
"editor.minimap.enabled": false,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
"TODO",
"FIXME"
],
"terminal.integrated.fontSize": 13,
"window.openFoldersInNewWindow": "on",
"window.zoomLevel": 0,
"window.title": "${dirty}${rootName}${separator}${activeEditorShort}${separator}${appName}",
"editor.occurrencesHighlight": false,
"editor.selectionHighlight": false
}
{"version":"7.24.0","status":2,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment