Typing renameWindow key binding types into terminal prompt #13420

Open
opened 2026-01-31 03:42:12 +00:00 by claunia · 0 comments
Owner

Originally created by @cinnamon-msft on GitHub (Apr 14, 2021).

Originally assigned to: @Don-Vito on GitHub.

Windows Terminal version (or Windows build number)

1.8.1022.0

Other Software

No response

Steps to reproduce

Add this key binding to your actions:

{ "command": { "action": "renameWindow", "name": "Foo" }, "keys": "ctrl+u" },

Expected Behavior

Nothing should be typed into the prompt.

Actual Behavior

It's renaming the window and also typing into my prompt.

image

Originally created by @cinnamon-msft on GitHub (Apr 14, 2021). Originally assigned to: @Don-Vito on GitHub. ### Windows Terminal version (or Windows build number) 1.8.1022.0 ### Other Software _No response_ ### Steps to reproduce Add this key binding to your actions: ``` { "command": { "action": "renameWindow", "name": "Foo" }, "keys": "ctrl+u" }, ``` ### Expected Behavior Nothing should be typed into the prompt. ### Actual Behavior It's renaming the window and also typing into my prompt. ![image](https://user-images.githubusercontent.com/48369326/114634909-7e113e80-9c78-11eb-94e9-a561bfdd32ea.png)
claunia added the Resolution-Fix-CommittedArea-SettingsIssue-BugProduct-Terminal labels 2026-01-31 03:42:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#13420