We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PS version: 5.1.19041.1 PSReadline version: 2.0.0-beta2 os: 10.0.19041.322 (WinBuild.160101.0800) PS file version: 10.0.19041.322 (WinBuild.160101.0800) HostName: ConsoleHost (Windows Terminal) BufferWidth: 120 BufferHeight: 30
PS version: 7.1.0-preview.2 PSReadline version: 2.0.1 os: 10.0.19041.322 (WinBuild.160101.0800) PS file version: 7.1.0.0 HostName: ConsoleHost (Windows Terminal) BufferWidth: 120 BufferHeight: 30
Type the following sequence: abcdefgEsc Thus, typing abcdefg and positioning the cursor at the end of the line (on the g character).
abcdefg
g
Then, type dFa to delete up to the first a character.
a
The entire word should be deleted, except the g character itself.
Notice that the whole word is deleted, thus leaving an empty buffer.
The text was updated successfully, but these errors were encountered:
Fixes PowerShell#1674 - BackwardDeleteChar now does not remove charac…
3faaf0a
…ter under the cursor.
🎉 This issue was addressed in 2007, which has now been successfully released in v2.2.0-beta2. 🎉
v2.2.0-beta2
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Environments
PS version: 5.1.19041.1
PSReadline version: 2.0.0-beta2
os: 10.0.19041.322 (WinBuild.160101.0800)
PS file version: 10.0.19041.322 (WinBuild.160101.0800)
HostName: ConsoleHost (Windows Terminal)
BufferWidth: 120
BufferHeight: 30
PS version: 7.1.0-preview.2
PSReadline version: 2.0.1
os: 10.0.19041.322 (WinBuild.160101.0800)
PS file version: 7.1.0.0
HostName: ConsoleHost (Windows Terminal)
BufferWidth: 120
BufferHeight: 30
Steps to reproduce
Type the following sequence: abcdefgEsc
Thus, typing
abcdefg
and positioning the cursor at the end of the line (on theg
character).Then, type dFa to delete up to the first
a
character.Expected behavior
The entire word should be deleted, except the
g
character itself.Actual behavior
Notice that the whole word is deleted, thus leaving an empty buffer.
The text was updated successfully, but these errors were encountered: