Skip to content

Instantly share code, notes, and snippets.

@larister
Created April 10, 2012 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save larister/2350702 to your computer and use it in GitHub Desktop.
Save larister/2350702 to your computer and use it in GitHub Desktop.
Add semicolon to end of line macro for Sublime Text 2
[
{"command": "move_to", "args": {"to": "hardeol"}},
{"command": "insert", "args": {"characters": ";"}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment