From 01f213bf58ad614bcaf3edf8b13a035970569072 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 26 Mar 2020 06:04:10 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'keybindings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keybindings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/keybindings.json b/keybindings.json index b9892cc..3c2636f 100644 --- a/keybindings.json +++ b/keybindings.json @@ -383,5 +383,10 @@ { "key": "ctrl+shift+w", "command": "workbench.action.quickSwitchWindow" + }, + { + "key": "ctrl+shift+k", + "command": "-editor.action.deleteLines", + "when": "textInputFocus && !editorReadonly" } ]