How do I highlight all instances of a word in my document?

0
8
Asked By CuriousCoder88 On

I'm trying to figure out the command that lets me highlight every occurrence of a word I've already selected. For example, if I've highlighted "30", I remember something about using Ctrl and another key to open a box that had options like +, |, all, and a search bar. I just can't recall the exact code, and I really need to get this working!

2 Answers

Answered By TechWhiz101 On

You didn't mention which application you're using, but have you tried Ctrl + Shift + F? That often does the trick in many programs.

Answered By CodeMaster007 On

What are you working in? It sounds like you're looking for Ctrl + F to find instances in your code or text. If you're using Notepad++, you can check out the cheatsheet for more commands.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.