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 pwsh -noprofile for pure powershell start
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.
The text was updated successfully, but these errors were encountered:
Prerequisites
Exception report
N/A
Screenshot
Environment data
Steps to reproduce
Run
pwsh -noprofile
for pure powershell startRun
Set-PSReadLineOption -BellStyle None -EditMode Emacs
to bind emacs hotkeys, andctrl+h
can delete a character backward now.Input
ls -
then pressctrl+space
for MenuComplete, ThePath
is first completion so get highlightedPress
L
and theLiteralPath
is the possible completion, while theiteralPath
is highlightedPress
ctrl+h
Expected behavior
Should be same as pressing backspace.
The actual command should be
ls -
and following a highlitPath
Actual behavior
The actual command becomes
ls -iteralPath
.While the cursor is at character
i
.It accepts the completion then delete a character backward.
The text was updated successfully, but these errors were encountered: