18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"window.commandCenter": 1,
|
|
"vim.commandLineModeKeyBindingsNonRecursive": [],
|
|
"vim.commandLineModeKeyBindings": [],
|
|
"telemetry.telemetryLevel": "off",
|
|
"workbench.enableExperiments": false,
|
|
"json.schemas": [],
|
|
"vim.insertModeKeyBindings": [
|
|
{
|
|
"before": ["k", "j"],
|
|
"after": ["<Esc>", "l"]
|
|
}
|
|
]
|
|
}
|
|
|
|
|
|
|