更新 'keybindings.json'

This commit is contained in:
colin 2020-03-26 06:04:10 +00:00
parent 0d32b19ac2
commit 01f213bf58
1 changed files with 5 additions and 0 deletions

View File

@ -383,5 +383,10 @@
{ {
"key": "ctrl+shift+w", "key": "ctrl+shift+w",
"command": "workbench.action.quickSwitchWindow" "command": "workbench.action.quickSwitchWindow"
},
{
"key": "ctrl+shift+k",
"command": "-editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
} }
] ]