We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I'm a heavy user of motions like iw, aw, i(, i[ etc. I would find it very useful to have these key bindings implemented in PSReadline's Vi Mode.
iw
aw
i(
i[
The text was updated successfully, but these errors were encountered:
I'd also like to see this enhancement added to the module, but just wanted to add that you can implement it yourself using Set-PSReadlineKeyHandler.
Set-PSReadlineKeyHandler -Key 'c,i' -BriefDescription ViReplaceInside -LongDescription "Replace Inside" -ViMode Command -ScriptBlock { ... }
Sorry, something went wrong.
This is a duplicate of #584.
Closing as duplicate
No branches or pull requests
I'm a heavy user of motions like
iw
,aw
,i(
,i[
etc. I would find it very useful to have these key bindings implemented in PSReadline's Vi Mode.The text was updated successfully, but these errors were encountered: