Hacker News new | ask | show | jobs
by brewmarche 543 days ago
Incremental search in vim is great, you can also cycle through results with CTRL-G/T while typing.

This even works as a motion (e.g. d / foo, then ctrl G until you hit the right foo, then enter to delete until there).

1 comments

That is great! Thanks