Sublime Forum

How to highlight a keyword and not find/scroll

#1

Hi everyone

I’m used to searching for keywords to highlight the words in the code segment I’m looking at, however with ST3, find automatically scrolls to the next occurrence (so if the keyword isn’t there, I lose the code segment I’m looking at)

Is it possible to prevent that to use the find feature to just highlight words? (and maybe press enter afterwards to go to the occurrence, on demand)

Thanks in advance

0 Likes

#2

If you want to select all instances of a word without moving you can use cmd+alt+g on OSX ad alt+f3 on Windows and Linux.

0 Likes