Skip to content

Instantly share code, notes, and snippets.

@krish-penumarty
Created February 9, 2020 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krish-penumarty/cdbf5c8c645a7965b58135193d4d9221 to your computer and use it in GitHub Desktop.
Save krish-penumarty/cdbf5c8c645a7965b58135193d4d9221 to your computer and use it in GitHub Desktop.
[
{
"key": "shift+cmd+k",
"command": "-editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "shift+cmd+k",
"command": "workbench.action.closeAllEditors"
},
{
"key": "cmd+w",
"command": "-workbench.action.closeAllEditors"
},
{
"key": "cmd+k",
"command": "editor.action.deleteLines"
},
{
"key": "cmd+k",
"command": "workbench.action.terminal.clear",
"when": "terminalFocus"
},
{
"key": "cmd+k",
"command": "-workbench.action.terminal.clear",
"when": "terminalFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment