diff --git a/settings.json b/settings.json index ae5dd58..ad85cee 100644 --- a/settings.json +++ b/settings.json @@ -108,5 +108,16 @@ "python.terminal.activateEnvironment": false, "workbench.editor.decorations.badges": false, "workbench.editor.showTabs": true, + "vim.insertModeKeyBindings": [ + { + "before": [ + "j", + "k" + ], + "after": [ + "" + ] + }, + ], }