Using vim’s f command over multiple lines

Isn’t that what “https://stackoverflow.com/” does?

If you’re looking for the next “x” then do /x while in command mode.

Then you can hit “n” to advance to the next x, and then the next x, etc.

There are lots of vim cheat sheets out there with all kinds of tips.

Leave a Comment