Add new shortcut to clear debug message list

Clearing the debug message list is globally scoped by default to
`ctrl+alt+l`. Mnemonic: similar to clearing a terminal shell using
ctrl+l.
This commit is contained in:
Paul Williams
2019-05-30 09:36:44 +00:00
parent e0111d3fe6
commit e56fdecdc6
2 changed files with 4 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
"ctrl-space": "core:toggle-sidebar",
"ctrl-p": "core:toggle-palette",
"ctrl-,": "core:show-user-settings",
"ctrl-alt-l": "core:clear-debug-messages",
"ctrl-alt-r": "core:show-remote-diff",
"ctrl-alt-n": "core:new-project",
"ctrl-alt-o": "core:open-project",