Hacker News new | ask | show | jobs
by CamT 5355 days ago
A couple of text object related plugins also worth checking out:

Easymotion - https://github.com/Lokaltog/vim-easymotion

Surround - https://github.com/tpope/vim-surround

2 comments

For those of us hacking in languages with significant whitespace, I made a simple plugin for treating indent levels as text objects.

It's not nearly as cool as Easymotion or Surround, but here it is if you're interested:

https://github.com/esk/aye-aye

Thanks for this :) It's going to be really useful
Thanks for that - this is the first time I've come across easymotion and I can already tell it's going to be used heavily. Great plugin. Highly recommended to anyone not familiar with it.