From ffa4a11e07ba464b3608e187aa091f1dd3216a86 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 24 May 2021 16:30:03 +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 deletions(-) diff --git a/settings.json b/settings.json index 3b56fb9..ddaadc8 100644 --- a/settings.json +++ b/settings.json @@ -108,16 +108,5 @@ "python.terminal.activateEnvironment": false, "workbench.editor.decorations.badges": false, "workbench.editor.showTabs": true, - "vim.insertModeKeyBindings": [ - { - "before": [ - "j", - "k" - ], - "after": [ - "" - ] - }, - ], }