Skip to content

Instantly share code, notes, and snippets.

@guttentag
Last active September 4, 2019 11:21
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 guttentag/7f90b9e38e95232ca600a4b90131935d to your computer and use it in GitHub Desktop.
Save guttentag/7f90b9e38e95232ca600a4b90131935d to your computer and use it in GitHub Desktop.
Xcode - Duplicate Line
sudo chmod 0777 /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/Resources/IDETextKeyBindingSet.plist
code /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/Resources/IDETextKeyBindingSet.plist
<key>User Edit</key>
<dict>
<key>Duplicate Current Lines Down</key>
<string>selectParagraph:, delete:, yank:, moveToBeginningOfParagraph:, yankAndSelect:</string>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment