macOS equivalent of CTRL+D in PyCharm

In VSCode if I do CTRL+D I can multi-select ditto text.

What is the equivalent on macOS in PyCharm Pro ? I tried Option J but is isn't working.

0

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 VSCode

0

CTRL+G is showing me this :

I guess this has something to do with Gemini's automatically capturing CTRL+G.

0

Anjanesh Lekshminarayanan, that could be the cause. Please check whether Gemini overrides the default keymap under Settings | Keymap?

0

Yes, it does - removed it and not CTRL+G works in PyCharm. Thanks again for your support.

0

请先登录再写评论。