更新 'settings.json'

This commit is contained in:
colin 2021-05-20 10:16:21 +08:00
parent 1f6650b9f7
commit c3ce76519e
1 changed files with 11 additions and 0 deletions

View File

@ -108,5 +108,16 @@
"python.terminal.activateEnvironment": false,
"workbench.editor.decorations.badges": false,
"workbench.editor.showTabs": true,
"vim.insertModeKeyBindings": [
{
"before": [
"j",
"k"
],
"after": [
"<Esc>"
]
},
],
}