Hacker News new | ask | show | jobs
by justinmk 83 days ago
Incremental selection is available by default in Nvim 0.12, see `:help v_in`.
1 comments

Yes, I found out about that after my comment. It's a little unfortunate that I need to remap `van` itself instead of a function/command, but it works, and there's a PR to expose the function publicly.

Note that this might conflict with some text-object plugins, such as mini.ai, which define an/in by default.