Skip to content

Instantly share code, notes, and snippets.

@ttscoff
Created May 2, 2013 11:58
Show Gist options
  • Save ttscoff/5501750 to your computer and use it in GitHub Desktop.
Save ttscoff/5501750 to your computer and use it in GitHub Desktop.
KeyBindings file with just TextMate-style Command-Return and Command-Shift-Return
{
// 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