at <phrase> and <phrase>:
"["
insert(user.formatted_text(phrase_1, "SNAKE_CASE"))
"]["
insert(user.formatted_text(phrase_2, "SNAKE_CASE"))
"]"
and:" and "
yes so it chooses to pick the second/shorter command
If I say:
"at flex and yank"
It will output:
[flex] and y
Even though the command history registered it as:
"at flex and yank"
(I'm saying the phrase pretty quickly)
The desired output is:
[flex][yank]
yes so it chooses to pick the second/shorter command
If I say:
"at flex and yank"It will output:
[flex] and yEven though the command history registered it as:
"at flex and yank"(I'm saying the phrase pretty quickly)
The desired output is:
[flex][yank]