Skip to content

Instantly share code, notes, and snippets.

@iamstarkov
Created March 10, 2013 23:08
Show Gist options
  • Save iamstarkov/5130923 to your computer and use it in GitHub Desktop.
Save iamstarkov/5130923 to your computer and use it in GitHub Desktop.
rewrapped paragraph.sublime-macro
[
{"args": null, "command": "split_selection_into_lines"},
{"args": { "extend": false, "to": "eol"}, "command": "move_to"},
{"args": { "extend": false, "to": "bol"}, "command": "move_to"},
{"args": null, "command": "left_delete"},
{"args": { "characters": " "}, "command": "insert"},
{"args": null, "command": "single_selection"},
{"args": { "extend": false, "to": "bol"}, "command": "move_to"},
{"args": null, "command": "right_delete"},
{"args": { "characters": "\n"}, "command": "insert"},
{"args": { "by": "word_ends", "forward": true}, "command": "move"},
{"args": null, "command": "right_delete"},
{"args": { "characters": "\n"}, "command": "insert"},
{"args": null, "command": "wrap_lines"},
{"args": { "extend": true, "to": "bol"}, "command": "move_to"},
{"args": { "by": "lines", "extend": true, "forward": false}, "command": "move"},
{"args": { "by": "lines", "extend": true, "forward": false}, "command": "move"},
{"args": { "by": "lines", "extend": true, "forward": false}, "command": "move"},
{"args": { "extend": false, "to": "bol"}, "command": "move_to"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment