upvote
What do you when the things you want to change don't all fit on the screen at once?
reply
At least in e.g. Emacs and sublime text, you can mark all occurrences throughout the entire file. Assuming the matches are similar enough that the same motions apply even if you can't see the cursor, you can perform those operations.

Otherwise, as a sibling comment said, incremental search/replace is your friend.

reply
You do a search/replace which has a similar function, although applied differently.
reply