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" } ]