Skip to content

Instantly share code, notes, and snippets.

@dmishh
Created November 3, 2013 20:00
Show Gist options
  • Save dmishh/7294174 to your computer and use it in GitHub Desktop.
Save dmishh/7294174 to your computer and use it in GitHub Desktop.
Sublime Text comment line macro like in PhpStorm (caret moves 1 line down after commenting line)
[
{ "command": "toggle_comment", "args": { "block": false } },
{ "command": "move", "args": {"by": "lines", "forward": true } }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment