Bind "Clear buffer" action to Ctrl+Shift+K (#18900)

Closes #17894
This commit is contained in:
Carlos Zamora 2025-05-13 10:46:16 -07:00 committed by GitHub
parent f08321a0b2
commit 064d9af46e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -745,6 +745,7 @@
{ "keys": "ctrl+shift+pgup", "id": "Terminal.ScrollUpPage" },
{ "keys": "ctrl+shift+home", "id": "Terminal.ScrollToTop" },
{ "keys": "ctrl+shift+end", "id": "Terminal.ScrollToBottom" },
{ "keys": "ctrl+shift+k", "id": "Terminal.ClearBuffer" },
// Visual Adjustments
{ "keys": "ctrl+plus", "id": "Terminal.IncreaseFontSize" },