guns / vim-sexp

Precision Editing for S-expressions
MIT License
612 stars 33 forks source link

Please add count to ae and ie #16

Closed dubiousdavid closed 9 years ago

dubiousdavid commented 9 years ago

The ae and ie object selectors would be more useful if you could prepend a count. BTW, I'm really liking vim-sexp.

guns commented 9 years ago

Hello, thanks for reporting!

The ae and ie text objects are analogous to the builtin aw and iw objects, which do not accept a count. The <̶M̶-̶f̶>̶ <M-w> and <M-b> motions do accept counts, however, and are probably what you're looking for.

HTH!

CORRECTION: That's the <M-w> motion, not <M-f>

bpstahlman commented 5 years ago

The ae and ie object selectors would be more useful if you could prepend a count. BTW, I'm really liking vim-sexp.

@dubiousdavid I've implemented this feature (along with several others) on a fork I'm preparing for an eventual PR: enhanced-sexp-objects

Features are mostly documented/working, (though significant code cleanup is still needed). Feedback welcome...