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
N/A
Set-PSReadLineKeyHandler -ViMode Insert -Key Ctrl+w -Function BackwardKillWord
test --
ctrl-w
Only delete the -- or -- but keep test which is before <space>
--
test
<space>
ctrl-w will delete the both two word test and --
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Exception report
N/A
Screenshot
N/A
Environment data
Set-PSReadLineKeyHandler -ViMode Insert -Key Ctrl+w -Function BackwardKillWord
Steps to reproduce
test --
ctrl-w
test --
are both deletedExpected behavior
Only delete the
--
or--
but keeptest
which is before<space>
Actual behavior
ctrl-w
will delete the both two wordtest
and--
The text was updated successfully, but these errors were encountered: