Skip to content

Instantly share code, notes, and snippets.

@dnsmob
Created June 19, 2015 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnsmob/2fdc879e3432df32d860 to your computer and use it in GitHub Desktop.
Save dnsmob/2fdc879e3432df32d860 to your computer and use it in GitHub Desktop.
xcode custom shortcuts
<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>
@dnsmob
Copy link
Author

dnsmob commented Jun 19, 2015

/Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/Resources/IDETextKeyBindingSet.plist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment