Skip to content

Implement Text Object Selection in Vi Mode #622

New issue

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

Closed
bgshacklett opened this issue Jan 21, 2018 · 3 comments
Closed

Implement Text Object Selection in Vi Mode #622

bgshacklett opened this issue Jan 21, 2018 · 3 comments
Labels
Issue-Enhancement It's a feature request.

Comments

@bgshacklett
Copy link

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.

@lzybkr lzybkr added the Issue-Enhancement It's a feature request. label Jan 21, 2018
@reaching-for-libra
Copy link

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
Copy link
Contributor

This is a duplicate of #584.

@bgshacklett
Copy link
Author

Closing as duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement It's a feature request.
Projects
None yet
Development

No branches or pull requests

4 participants