Skip to content

Instantly share code, notes, and snippets.

@Duelist
Last active August 2, 2020 01:54
Show Gist options
  • Save Duelist/52263417dcd5a35c3e4130d4d7e7eeb7 to your computer and use it in GitHub Desktop.
Save Duelist/52263417dcd5a35c3e4130d4d7e7eeb7 to your computer and use it in GitHub Desktop.
VSCode Sync
{"lastUpload":"2020-08-02T01:54:27.777Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "d4d8d0a4-54f0-4f10-b8fb-b53f1575c53c",
"publisherId": "keyring.Lua",
"publisherDisplayName": "keyring"
},
"name": "Lua",
"publisher": "keyring",
"version": "0.0.9"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "vscodevim.vim",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "1.16.0"
},
{
"metadata": {
"id": "54459c79-71f5-4bb5-ab31-e8513ea47e31",
"publisherId": "trixnz.vscode-lua",
"publisherDisplayName": "trixnz"
},
"name": "vscode-lua",
"publisher": "trixnz",
"version": "0.12.4"
},
{
"metadata": {
"id": "6adfc799-328d-452e-96d3-f89d57dc080a",
"publisherId": "alexanderbast.vscode-snazzy",
"publisherDisplayName": "alexanderbast"
},
"name": "vscode-snazzy",
"publisher": "alexanderbast",
"version": "2.9.0"
},
{
"metadata": {
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherDisplayName": "DotJoshJohnson"
},
"name": "xml",
"publisher": "DotJoshJohnson",
"version": "2.5.1"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+h",
"command": "-editor.action.startFindReplaceAction"
},
{
"key": "ctrl+h",
"command": "-extension.vim_ctrl+h",
"when": "editorTextFocus && vim.active && vim.use<C-h> && !inDebugRepl"
},
{
"key": "ctrl+h",
"command": "workbench.action.previousEditor"
},
{
"key": "ctrl+pageup",
"command": "-workbench.action.previousEditor"
},
{
"key": "ctrl+l",
"command": "-extension.vim_navigateCtrlL",
"when": "editorTextFocus && vim.active && vim.use<C-l> && !inDebugRepl"
},
{
"key": "ctrl+l",
"command": "-expandLineSelection",
"when": "textInputFocus"
},
{
"key": "ctrl+l",
"command": "workbench.action.nextEditor"
},
{
"key": "ctrl+pagedown",
"command": "-workbench.action.nextEditor"
}
]
{
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"workbench.colorTheme": "Snazzy",
"editor.lineNumbers": "relative",
"vim.easymotion": true,
"vim.useCtrlKeys": true,
"vim.leader": "<space>",
"vim.normalModeKeyBindings": [
{
"before": [";"],
"after": [":"]
},
{
"before": ["s"],
"after": ["<leader>", "<leader>", "2", "s"]
},
{
"before": ["<C-w>", "<C-h>"],
"after": ["<C-h>"]
},
{
"before": ["<C-w>", "<C-l>"],
"after": ["<C-l>"]
},
],
"sync.autoUpload": true,
"sync.gist": "52263417dcd5a35c3e4130d4d7e7eeb7",
"sync.autoDownload": true,
"window.zoomLevel": 0,
"extensions.ignoreRecommendations": true,
"editor.minimap.enabled": false,
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.quickSuggestions": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment