Skip to content

Instantly share code, notes, and snippets.

@leothelocust
Last active July 14, 2017 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leothelocust/708eb7543b40f79cbf3359f946aa21dd to your computer and use it in GitHub Desktop.
Save leothelocust/708eb7543b40f79cbf3359f946aa21dd to your computer and use it in GitHub Desktop.
VSCode Settings Backup
{
"workbench.iconTheme": "material-icon-theme",
"vim.disableAnnoyingNeovimMessage": true,
"sync.gist": "708eb7543b40f79cbf3359f946aa21dd",
"sync.autoUpload": true,
"vim.useSystemClipboard": true,
"vim.otherModesKeyBindings": [],
"vim.otherModesKeyBindingsNonRecursive": [
{
"before": ["y"],
"after": ["h"]
},
{
"before": ["n"],
"after": ["j"]
},
{
"before": ["e"],
"after": ["k"]
},
{
"before": ["o"],
"after": ["l"]
},
{
"before": ["Y"],
"after": ["H"]
},
{
"before": ["N"],
"after": ["J"]
},
{
"before": ["E"],
"after": ["K"]
},
{
"before": ["O"],
"after": ["L"]
},
{
"before": ["h"],
"after": ["y"]
},
{
"before": ["H"],
"after": ["Y"]
},
{
"before": ["j"],
"after": [""]
},
{
"before": ["k"],
"after": ["n"]
},
{
"before": ["K"],
"after": ["N"]
},
{
"before": ["l"],
"after": ["o"]
},
{
"before": ["L"],
"after": ["O"]
}
],
"workbench.colorTheme": "One Dark Pro",
"extensions.ignoreRecommendations": false,
"editor.selectionClipboard": false,
"sync.lastUpload": "",
"sync.autoDownload": 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