Skip to content

Instantly share code, notes, and snippets.

@rleger
Created January 4, 2015 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rleger/fa0eceb6e58eb3d05ee4 to your computer and use it in GitHub Desktop.
Save rleger/fa0eceb6e58eb3d05ee4 to your computer and use it in GitHub Desktop.
Add coma to end of line - Sublime text 3
[
{
"args":
{
"to": "eol"
},
"command": "move_to"
},
{
"args":
{
"characters": ","
},
"command": "insert"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment