5 ms·
A couple of text object related plugins also worth checking out: Easymotion - https://github.com/Lokaltog/vim-easymotion https://github.com/Lokaltog/vim-easymo
by CamT 15y ago
A couple of text object related plugins also worth checking out:
Easymotion - https://github.com/Lokaltog/vim-easymotion https://github.com/Lokaltog/vim-easymotion
Surround - https://github.com/tpope/vim-surround https://github.com/tpope/vim-surround
- mcrittenden 15y agoThanks 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.
- esk 15y agoFor 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 https://github.com/esk/aye-aye
- joakin 15y agoThanks for this :) It's going to be really useful