There is no .eclipse dir under my home dir. I can't find the configuration file saving the key binding schemes. Where are they saved on Mac OS X?

link|improve this question

61% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Key bindings are kept in the workspace folder, under the .metadata folder (.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs, under at entry called org.eclipse.ui.commands).

If you want to transfer them between machines or workspaces, here's what you should do:

  1. Go to File -> Export
  2. Mark Preferences, hit OK
  3. Select "Key Preferences" from the list, enter file name and hit OK

To import, follow the same procedure, selecting File -> Import.

link|improve this answer
Thanks very much. And I can't help but say it is just hidden too deep. – an0 May 16 '09 at 8:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.