How to set the convenient preferences in Xcode.
Created
October 20, 2016 01:15
-
-
Save pokk/e69774ba4f632facacd59588c5dc0a75 to your computer and use it in GitHub Desktop.
Preferences settings in Xcode
sudo vi /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources/IDETextKeyBindingSet.plist
<key>Custom</key>
<dict>
<key>Delete Current Line In One Hit</key>
<string>moveToEndOfLine:, deleteToBeginningOfLine:, deleteToEndOfParagraph:</string>
</dict>
- Open XCode Preferences.
- Select Key Bindings.
- Click on All.
- In the SEarch box type "Delete" and search for "Delete Current Line in One Hit".
- Add your new binding. I use cmd+e, so I had to map duplicate to something else first.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment