Adding a Delete Line hotkey in Xcode
When I switched from eclipse to sublime text 2, the first hotkey I moved over was cmd+d to delete a line. I use it pretty heavily. After using Xcode for a few months it was driving me crazy that it didn't have delete line as an option under hotkeys. Thanks to stackoverflow for the solve. To add a new custom key binding, we have to edit the Key Binding plist file: (close Xcode) Add this text just ABOVE the close of the at the bottom of this file: Note that: This is inside the existing so there is a after…