Hacker News new | ask | show | jobs
by cassepipe 550 days ago
set incsearch

Now use / (+ n or N) + Enter to move around

Done

1 comments

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).

That is great! Thanks