Reputation: 43
As i recently switched to Intellij from eclipse, i was looking for a way a way i can make Intellij shortcuts to behave same as Eclipse.
I found that there are individual shortcuts available to be edited, But that is too much time taking.
Any help on locating the easy way out?
Upvotes: 2
Views: 5528
Reputation: 2655
If you go to File -> Settings -> Keymap you can choose Eclipse from the dropdown list.
More information regarding keyboard shortcut configuration you could find here.
Personally I would advise to learn the default shortcuts from Intellij IDEA.
Upvotes: 5
Reputation: 2109
There is Eclipse predefined keymap in "Keymap" list at Settings | Keymap. Also check this article: https://www.jetbrains.com/help/idea/eclipse.html
Upvotes: 0