Skip to content

Instantly share code, notes, and snippets.

@seanwoodward
Forked from CodeSlicing/custom-shortcuts.txt
Last active October 15, 2021 16:40
Show Gist options
  • Save seanwoodward/b769f8202c51dd0fa1c20bf4dcdda5d5 to your computer and use it in GitHub Desktop.
Save seanwoodward/b769f8202c51dd0fa1c20bf4dcdda5d5 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:, moveToEndOfParagraph:, insertParagraphSeparator:</string>
<key>Insert New Line Below Currnt Line</key>
<string>moveToEndOfParagraph:, insertParagraphSeparator:</string>
<key>Duplicate Current Line 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