Get intelliJ key bindings in Eclipse

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.

admin