Reputation: 31515
So I've recently installed Intellij and it seems the Mac OS keymap I used to use no longer exists.
It used to be CMD + N for search classes and CMD + SHIFT + N for files, now it's changed to CMD + O for classes and CMD + SHIFT + O for files. Also it used to be CMD + F4 to close tab, now it's CMD + W.
Is there any way to fix this so I can use the same keymapping it used to be?
These are the only options I have, and none of them give the desired result:
Upvotes: 0
Views: 212
Reputation: 12815
IntelliJ IDEA changed the default keymap for macOS from Mac OS X
to macOS 10.5+
. In case you want to revert classic shortcuts back, choose "Intellij Idea Classic" keymap:
Upvotes: 1