Skip to content

Instantly share code, notes, and snippets.

@c0ming
Created August 28, 2014 03:45
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 c0ming/f3463cb6da299c82381d to your computer and use it in GitHub Desktop.
Save c0ming/f3463cb6da299c82381d to your computer and use it in GitHub Desktop.
Xcode Custom Key Binding
<key>Custom</key>
<dict>
<key>Insert New Line Below Current Line</key>
<string>moveToEndOfLine:, insertNewline:</string>
<key>Duplicate Lines</key>
<string>selectLine:, copy:, moveToEndOfLine:, insertNewline:, paste:, deleteBackward:</string>
<key>Delete Current Lines</key>
<string>deleteToBeginningOfLine:, moveToEndOfLine:, deleteToBeginningOfLine:, deleteBackward:, moveDown:, moveToBeginningOfLine:</string>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment