BCS
BCS

Reputation: 78683

eclipse keybindings settings

Where does eclipse keep it's key-binding settings? I want to transfer them from one system to another. If there is a tool for this that would be good but if not, I'm willing to copy files (really all settings should be the same on both systems.)

Upvotes: 43

Views: 15579

Answers (2)

Yoni Roit
Yoni Roit

Reputation: 28696

export all your Eclipse prefs to a file.

File->Export->General->Preferences

Import has an option to import only key settings from this file.

File->Import->General->Preferences 

Upvotes: 68

Kevin
Kevin

Reputation: 30449

Export: File -> Export -> General -> Preferences -> Keys Preferences

Import: File -> Import -> General -> Preferences -> Choose file

Upvotes: 17

Related Questions