JetBrains / jetbrains_guide

JetBrains Guides where Developer Advocacy and the community share ideas.
Other
164 stars 49 forks source link

Changed keys for finding next occurance for macOS #220

Closed stevewhitmore closed 1 year ago

stevewhitmore commented 2 years ago

The tip for selecting the next occurrence of a word appears to be outdated. I found it needs to be CTRL + G (^G) instead of ⌘G.

Tested with macOS Monterey 12.1

stevewhitmore commented 1 year ago

Anything else you need from me to get this merged?

helenjoscott commented 1 year ago

Hi Steve, sorry I missed your PR. I've checked it and it is still Command+G (latest macOS). Please can you see if you're using a custom keybinding? That said, I do think F3 is wrong so I'm looking in that one.

stevewhitmore commented 1 year ago

Thanks for following up!

You know what, I misread the docs. You're right it's ⌘G to find the next occurrence. I was thinking to find and select the next occurrence which is correctly documented here: https://www.jetbrains.com/idea/guide/tips/find-select-multiple-occurrences/. Never mind!