zsh-vi-mode
zsh-vi-mode copied to clipboard
[Feature Request] Support "block" text objects (e.g. `vib` 'caB`, etc.)
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
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