Created
June 19, 2015 15:34
-
-
Save dnsmob/2fdc879e3432df32d860 to your computer and use it in GitHub Desktop.
xcode custom shortcuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<key>Custom Keys</key> | |
<dict> | |
<key>Delete Line</key> | |
<string>moveToEndOfLine:, deleteToBeginningOfLine:, deleteToEndOfParagraph:</string> | |
<key>Duplicate Line Down</key> | |
<string>selectLine:, copy:, moveToEndOfLine:, insertNewline:, paste:, deleteBackward:</string> | |
<key>Duplicate Line Up</key> | |
<string>selectLine:, copy:, moveToBeginningOfLine:, paste:, moveUp:, moveToBeginningOfLine:</string> | |
<key>Insert line above</key> | |
<string>moveToBeginningOfLine:, insertNewline:, moveUp:, moveToBeginningOfLine:</string> | |
<key>Insert line below</key> | |
<string>moveToEndOfLine:, insertNewline:, moveToBeginningOfLine:</string> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/Resources/IDETextKeyBindingSet.plist