Created
May 2, 2013 11:58
-
-
Save ttscoff/5501750 to your computer and use it in GitHub Desktop.
KeyBindings file with just TextMate-style Command-Return and Command-Shift-Return
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
{ | |
// TextMate Command-Return (Command Enter) | |
"@\U000D" = (moveToEndOfParagraph:, insertNewline:); | |
// Insert blank line above paragraph (Command Shift Enter) | |
"@$\U000D" = (moveToBeginningOfParagraph:, moveLeft:, insertNewline:); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment