Add settings.json
This commit is contained in:
17
settings.json
Normal file
17
settings.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"window.commandCenter": 1,
|
||||||
|
"vim.commandLineModeKeyBindingsNonRecursive": [],
|
||||||
|
"vim.commandLineModeKeyBindings": [],
|
||||||
|
"telemetry.telemetryLevel": "off",
|
||||||
|
"workbench.enableExperiments": false,
|
||||||
|
"json.schemas": [],
|
||||||
|
"vim.insertModeKeyBindings": [
|
||||||
|
{
|
||||||
|
"before": ["k", "j"],
|
||||||
|
"after": ["<Esc>", "l"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user