Dotfiles/sublime-text/Default/Add Line Before.sublime-macro

7 lines
245 B
Text
Raw Normal View History

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