Get intelliJ key bindings in Eclipse

18 Feb 2006 22:26 - (2) comments

Eclipse does not support key-binding imports.
If you have to work with Eclipse but like to have intelliJ key bindings copy the file org.eclipse.ui.workbench.prefs to .metadata/.plugins/org.eclipse.core.runtime/.settings/

First make a backup to be save!

This file will be updated whenever I add new short cuts.

Update
As Raymond pointed out, these are based on IntelliJ-Mac. But I think that if you replace all the COMMAND's with CTRL's it should work. Except for the wordNext/lineEnd and wordPrevious/lineStart which overlap.

Comments

Hi Petrik, I'm a colleague of your brother Marek and actually we've been talking about these keybindings. Knowing that he uses a Mac, my question is if the above key bindings are based on IntelliJ-Mac or IntelliJ-Windows?

Thanks,

Raymond

On 20 Feb 12:41 by Raymond Brandon

Hi Raymond,

These are based on IntelliJ-Mac.
But I think that if you replace all the COMMAND's with CTRL's it should work. Except for the wordNext and lineEnd which overlap.

On 20 Feb 16:49 by p8

Comments have been closed.

Admin