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.
Activity
reaching-for-libra commentedon Jan 29, 2018
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 { ... }
springcomp commentedon Dec 19, 2020
This is a duplicate of #584.
bgshacklett commentedon Dec 22, 2020
Closing as duplicate