Skip to content

Instantly share code, notes, and snippets.

@h2ospace
Last active July 13, 2016 12:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h2ospace/4965097 to your computer and use it in GitHub Desktop.
Save h2ospace/4965097 to your computer and use it in GitHub Desktop.
Shortcut Insert br on Sublime Text 2
{ "keys": ["shift+enter"], "command": "insert", "args": {"characters": "<br>\n" } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment