Last active
September 4, 2019 11:21
-
-
Save guttentag/7f90b9e38e95232ca600a4b90131935d to your computer and use it in GitHub Desktop.
Xcode - Duplicate Line
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
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