You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sure this has come up, I just can't find the setting to fix it.
Info
Windows Terminal (wt.exe) Version: 1.22.10352.0
Command (cmd.exe) Version: 10.0.19045.5487
Powershell (pwsh.exe) Version: 7.5.0
OsArchitecture: x86_64
Behavior
In PWSH under WT type the command Write-Host "Helo World" then curser back to the first o and hold shift to highlight Helo, then press Ctrl-X to cut Helo and start typing the correction of Hello. This all works exactly as expected.
Now in CMD under WT perform similar actions. Type the command echo Helo World, now curser back to the first o hold shift and curser back to attempt to highlight Helo. Notice no highlighting happens. Use the mouse to do it instead (slow). Now once highlighted press Ctrl-X to cut the text, but the keysequence is interpreted as ^X. Try Del instead, only the H is deleted.
Expected Behavior
It is presumed that CMD under WT will have the same or similar command editing capabilities as PWSH under WT. Perhaps this is a regression in the latest release, or maybe it's fixed in Canary, or I just need a config change.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm sure this has come up, I just can't find the setting to fix it.
Info
Behavior
In PWSH under WT type the command
Write-Host "Helo World"
then curser back to the firsto
and hold shift to highlightHelo
, then pressCtrl-X
to cutHelo
and start typing the correction ofHello
. This all works exactly as expected.Now in CMD under WT perform similar actions. Type the command
echo Helo World
, now curser back to the firsto
hold shift and curser back to attempt to highlightHelo
. Notice no highlighting happens. Use the mouse to do it instead (slow). Now once highlighted pressCtrl-X
to cut the text, but the keysequence is interpreted as^X
. TryDel
instead, only theH
is deleted.Expected Behavior
It is presumed that CMD under WT will have the same or similar command editing capabilities as PWSH under WT. Perhaps this is a regression in the latest release, or maybe it's fixed in Canary, or I just need a config change.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions