Last active
December 16, 2021 07:33
-
-
Save CodeSlicing/c91fda0026d29b29808001820281ea30 to your computer and use it in GitHub Desktop.
Dictionary entries for CodeSlicing episode on custom shortcuts
This file contains 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>User Defined</key> | |
<dict> | |
<key>Insert New Line Above Current Line</key> | |
<string>moveUp:, moveToEndOfLine:, insertNewline:</string> | |
<key>Insert New Line Below Current Line</key> | |
<string>moveToEndOfLine:, insertNewline:</string> | |
<key>Duplicate Current Lines Down</key> | |
<string>selectParagraph:, delete:, yank:, moveToBeginningOfParagraph:, yank:, moveUp:, moveToEndOfParagraph:</string> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment