zsh-vi-mode icon indicating copy to clipboard operation
zsh-vi-mode copied to clipboard

[Feature Request] Support "block" text objects (e.g. `vib` 'caB`, etc.)

Open milesfrain opened this issue 3 years ago • 1 comments

It would be great if there was support for "block" selection objects. For example:

  • vib: "select inner block" (between parens)
  • caB: "change a Block" {including brackets}
  • etc.

List of selection objects: http://vimdoc.sourceforge.net/htmldoc/motion.html#object-select

Follow-up to https://github.com/jeffreytse/zsh-vi-mode/pull/140#issuecomment-970206861

milesfrain avatar Nov 21 '21 04:11 milesfrain

Hi @milesfrain

Thanks for the delay, I'm happy that you commit this issue. Currently, I'm busy, but I will work on this feature in the future. Hope you have a good day! : )

Thanks and Regards

jeffreytse avatar Nov 21 '21 09:11 jeffreytse