Files
vim_for_vscode/settings.json
2024-02-20 00:12:24 -05:00

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"]
}
]
}