Skip to content

Instantly share code, notes, and snippets.

@hugotai101
Last active October 22, 2017 16:07
Show Gist options
  • Save hugotai101/be165867c04e4dbc4e73892ad6eea84b to your computer and use it in GitHub Desktop.
Save hugotai101/be165867c04e4dbc4e73892ad6eea84b to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-10-22T16:07:49.429Z","extensionVersion":"v2.8.3"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
"publisherDisplayName": "Shan Khan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.3"
},
{
"metadata": {
"id": "690b692e-e8a9-493f-b802-8089d50ac1b2",
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherDisplayName": "Microsoft"
},
"name": "cpptools",
"publisher": "ms-vscode",
"version": "0.14.0"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "5d63889b-1b67-4b1f-8350-4f1dce041a26",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "0.10.1"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "shift+alt+f",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+f",
"command": "-editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
}
]
{
"window.zoomLevel": 1,
"vim.disableAnnoyingNeovimMessage": true,
"vim.enableNeovim": true,
"vim.leader": ",",
"vim.insertModeKeyBindings": [
{
"before": [ "j", "k" ],
"after": [ "<Esc>" ]
},
{
"before": [ "k", "j" ],
"after": [ "<Esc>" ]
}
],
"vim.otherModesKeyBindingsNonRecursive": [
{
"before": [ ";" ],
"after": [ ":" ]
},{
"before": ["<leader>", "f"],
"after": [],
"commands":[
{
"command": "editor.action.formatDocument"
}
]
}
],
"vim.useSystemClipboard": true,
"sync.gist": "be165867c04e4dbc4e73892ad6eea84b",
"sync.lastUpload": "2017-10-22T16:05:54.783Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment