更新 'settings.json'
This commit is contained in:
parent
1f6650b9f7
commit
c3ce76519e
|
@ -108,5 +108,16 @@
|
||||||
"python.terminal.activateEnvironment": false,
|
"python.terminal.activateEnvironment": false,
|
||||||
"workbench.editor.decorations.badges": false,
|
"workbench.editor.decorations.badges": false,
|
||||||
"workbench.editor.showTabs": true,
|
"workbench.editor.showTabs": true,
|
||||||
|
"vim.insertModeKeyBindings": [
|
||||||
|
{
|
||||||
|
"before": [
|
||||||
|
"j",
|
||||||
|
"k"
|
||||||
|
],
|
||||||
|
"after": [
|
||||||
|
"<Esc>"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue