All,
I want to save a macro to do 2 tasks:
1: “New View into File” <-- Duplicate the current screen
2: “Move to Group” <-- Move it to the other panel (right panel), assuming that I have 2 panels open on ST3.
Question 1: Can we save these 2 tasks in macros? I am having a trouble saving it, after recording it.
Instead of using “macro” function to write a macro, I manually created a macro. I saved the below code as test.sublime-macro and try to run it. It ran, but nothing happened.
[
{"command": "clone_file", "args": {"characters": "\n\n"} },
{"command": "move_to_group", "args": {"group": "1"}},
]
Question 2: Is this macro incorrect?
Thanks.