[PR #11069] [MERGED] Teach command palette to fill in selected commandline upon right arrow #28394

Open
opened 2026-01-31 09:28:15 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11069
Author: @Don-Vito
Created: 8/27/2021
Status: Merged
Merged: 8/30/2021
Merged by: @undefined

Base: mainHead: 11049-cmdpal-commandline-right


📝 Commits (2)

  • bc465a1 Teach command palette to fill in selected commandline upon right arrow
  • 433ca52 Prevent right arrow from being handled if no item chosen

📊 Changes

1 file changed (+22 additions, -0 deletions)

View changed files

📝 src/cascadia/TerminalApp/CommandPalette.cpp (+22 -0)

📄 Description

Closes #11049


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/11069 **Author:** [@Don-Vito](https://github.com/Don-Vito) **Created:** 8/27/2021 **Status:** ✅ Merged **Merged:** 8/30/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `11049-cmdpal-commandline-right` --- ### 📝 Commits (2) - [`bc465a1`](https://github.com/microsoft/terminal/commit/bc465a18b16bf46a734b303352951a7280403924) Teach command palette to fill in selected commandline upon right arrow - [`433ca52`](https://github.com/microsoft/terminal/commit/433ca52d994ac714a0736ec58c4016dde9e619c8) Prevent right arrow from being handled if no item chosen ### 📊 Changes **1 file changed** (+22 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/CommandPalette.cpp` (+22 -0) </details> ### 📄 Description Closes #11049 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:28:15 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28394