summaryrefslogtreecommitdiff
path: root/User/newblock-nextline.sublime-macro
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2019-12-07 23:06:14 +0100
committerLaria Carolin Chabowski <laria@laria.me>2019-12-07 23:06:14 +0100
commitcdc9057adf122944ace0fc89d0a9f1e31c9a7ada (patch)
tree3609df8bc560e1e2b0af024cc2372a104960f639 /User/newblock-nextline.sublime-macro
downloadsublime-text-3-packages-cdc9057adf122944ace0fc89d0a9f1e31c9a7ada.tar.gz
sublime-text-3-packages-cdc9057adf122944ace0fc89d0a9f1e31c9a7ada.tar.bz2
sublime-text-3-packages-cdc9057adf122944ace0fc89d0a9f1e31c9a7ada.zip
init
Diffstat (limited to 'User/newblock-nextline.sublime-macro')
-rw-r--r--User/newblock-nextline.sublime-macro31
1 files changed, 31 insertions, 0 deletions
diff --git a/User/newblock-nextline.sublime-macro b/User/newblock-nextline.sublime-macro
new file mode 100644
index 0000000..276bda0
--- /dev/null
+++ b/User/newblock-nextline.sublime-macro
@@ -0,0 +1,31 @@
+[
+ {
+ "args":
+ {
+ "extend": false,
+ "to": "eol"
+ },
+ "command": "move_to"
+ },
+ {
+ "args":
+ {
+ "characters": "\n"
+ },
+ "command": "insert"
+ },
+ {
+ "args":
+ {
+ "contents": "{$0}"
+ },
+ "command": "insert_snippet"
+ },
+ {
+ "args":
+ {
+ "file": "res://Packages/Default/Add Line in Braces.sublime-macro"
+ },
+ "command": "run_macro_file"
+ }
+]