I used to do this: Xcode duplicate line
But IDETextKeyBindingSet.plist doesn\'t exist anymore.
There is a folder called \"KeyBindings\" with a blank text fil
The KeyBindings
directory stores just per-user key bindings for already available operations in Xcode. On the other hand, the IDETextKeyBindingSet.plist
lets you add an operation to Xcode itself (and afterwards put a key binding into your KeyBindings
dir).
Just put the IDETextKeyBindingSet.plist
file again into /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources
(the location is the same as in Xcode 4). And make yourself a backup, since each Xcode upgrade will default your customized bindings (if there's a better solution for Xcode upgrades, I'm all ears).