Skip to content

Instantly share code, notes, and snippets.

@CodeSlicing
Last active December 16, 2021 07:33
Show Gist options
  • Save CodeSlicing/c91fda0026d29b29808001820281ea30 to your computer and use it in GitHub Desktop.
Save CodeSlicing/c91fda0026d29b29808001820281ea30 to your computer and use it in GitHub Desktop.
Dictionary entries for CodeSlicing episode on custom shortcuts
<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