mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-25 02:01:28 -05:00
Bind "Clear buffer" action to Ctrl+Shift+K (#18900)
Closes #17894
(cherry picked from commit 064d9af46e)
Service-Card-Id: PVTI_lADOAF3p4s4AxadtzgaTw9A
Service-Version: 1.23
This commit is contained in:
committed by
Dustin L. Howett
parent
2f29dc8f62
commit
6027eca9f3
@@ -725,6 +725,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" },
|
||||
|
||||
Reference in New Issue
Block a user