Skip to content

Instantly share code, notes, and snippets.

@ebaker
Last active July 2, 2020 22:26
Show Gist options
  • Select an option

  • Save ebaker/a360c2ffe3f3c19b2826a9ca84d9b257 to your computer and use it in GitHub Desktop.

Select an option

Save ebaker/a360c2ffe3f3c19b2826a9ca84d9b257 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-07-02T22:26:45.065Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "5a850aa3-43d3-458a-89c1-459d2ed881c9",
"publisherId": "alekangelov.alek-kai-theme",
"publisherDisplayName": "alekangelov"
},
"name": "alek-kai-theme",
"publisher": "alekangelov",
"version": "0.4.0"
},
{
"metadata": {
"id": "d1ce9ebe-37e6-457f-b822-6e10ed0545d5",
"publisherId": "NathanRidley.autotrim",
"publisherDisplayName": "NathanRidley"
},
"name": "autotrim",
"publisher": "NathanRidley",
"version": "1.0.6"
},
{
"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": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherDisplayName": "mikestead"
},
"name": "dotenv",
"publisher": "mikestead",
"version": "1.0.1"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "vscodevim.vim",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "1.14.5"
},
{
"metadata": {
"id": "3e5aa94d-d941-4d56-b48f-06cfb16e839b",
"publisherId": "migrs.vimacs",
"publisherDisplayName": "migrs"
},
"name": "vimacs",
"publisher": "migrs",
"version": "1.1.1"
}
]
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+f",
"command": "-extension.vim_ctrl+f",
"when": "editorTextFocus && vim.active && vim.use<C-f> && !inDebugRepl"
},
{
"key": "ctrl+n",
"command": "-extension.vim_ctrl+n",
"when": "editorTextFocus && vim.active && vim.use<C-n> && !inDebugRepl"
},
{
"key": "ctrl+w",
"command": "-extension.vim_ctrl+w",
"when": "editorTextFocus && vim.active && vim.use<C-w> && !inDebugRepl"
},
]
{
"sync.gist": "a360c2ffe3f3c19b2826a9ca84d9b257",
"workbench.colorTheme": "Kai Light Accent"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment