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
Run Set-PSReadLineOption -BellStyle None -EditMode Emacs to bind emacs hotkeys, and ctrl+h can delete a character backward now.
Input ls - then press ctrl+space for MenuComplete, The Path is first completion so get highlighted
Press L and the LiteralPath is the possible completion, while the iteralPath is highlighted
Press ctrl+h
Expected behavior
Should be same as pressing backspace.The actual command should be `ls -` and following a highlit `Path`
Actual behavior
The actual command becomes `ls -iteralPath`.While the cursor is at character `i`.It accepts the completion then delete a character backward.
Error details
No response
Environment data
❯ $PSVersionTable
Name Value
---------
PSVersion 7.4.5
PSEdition Core
GitCommitId 7.4.5
OS Microsoft Windows 10.0.19041
Platform Win32NT
PSCompatibleVersions {1.0,2.0,3.0,4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Visuals
The text was updated successfully, but these errors were encountered:
Prerequisites
Steps to reproduce
pwsh -noprofile
for pure powershell startSet-PSReadLineOption -BellStyle None -EditMode Emacs
to bind emacs hotkeys, andctrl+h
can delete a character backward now.ls -
then pressctrl+space
for MenuComplete, ThePath
is first completion so get highlightedL
and theLiteralPath
is the possible completion, while theiteralPath
is highlightedctrl+h
Expected behavior
Actual behavior
Error details
No response
Environment data
Visuals
The text was updated successfully, but these errors were encountered: