You are probably looking for “Add Selection for Next Occurrence” action. On the macOS default keymap it is bound to Ctrl + G.
If you are migrating from VSCode and want to keep your existing muscle memory, PyCharm ships a built-in VSCode keymap. Open Settings | Keymap and switch the keymap dropdown at the top to VSCode
Anjanesh Lekshminarayanan,
You are probably looking for “Add Selection for Next Occurrence” action. On the macOS default keymap it is bound to
Ctrl + G.If you are migrating from VSCode and want to keep your existing muscle memory, PyCharm ships a built-in VSCode keymap. Open Settings | Keymap and switch the keymap dropdown at the top to
VSCodeCTRL+G is showing me this :
I guess this has something to do with Gemini's automatically capturing CTRL+G.
Anjanesh Lekshminarayanan, that could be the cause. Please check whether Gemini overrides the default keymap under Settings | Keymap?
Yes, it does - removed it and not CTRL+G works in PyCharm. Thanks again for your support.