Dotfiles/sublime-text/Default/Add Line in Braces.sublime-macro

7 lines
266 B
Text
Raw Normal View History

2014-05-12 18:57:15 +02:00
[
{"command": "insert", "args": {"characters": "\n\n"} },
{"command": "move", "args": {"by": "lines", "forward": false} },
{"command": "move_to", "args": {"to": "hardeol", "extend": false} },
{"command": "reindent", "args": {"single_line": true} }
]