From c3ce76519e837d0ab11cec560bc42915c9c1d06e Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 20 May 2021 10:16:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'settings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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": [ + "" + ] + }, + ], }