Closed
Description
Description of the new feature
Let's say you are updating individual apps via winget in Terminal and instead of having to manually remove your last command to input a new app ID by holding backspace, you could rapidly press the backspace twice that would remove the last part of the command (separated by a space).
For example, let's say your previous command was:
winget update --id GitHub.GitHubDesktop
Pressing backspace 2x in rapid succession would remove the GitHub.GitHubDesktop
part of your most recent command and allow you to enter in your new app ID easier.
Of course, this option could be configurable in settings.
Proposed technical implementation details
No response