config/sublime/Packages/Default/Add Line Before.sublime-macro
2012-08-01 21:04:05 -07:00

6 lines
245 B
Text

[
{"command": "move_to", "args": {"to": "hardbol"}},
{"command": "insert", "args": {"characters": "\n"}},
{"command": "move", "args": {"by": "lines", "forward": false}},
{"command": "reindent", "args": {"force_indent": false}}
]