then
The community/plugin/then
directory contains a single file, then.talon
. This file defines a command called "then" that can be used to chain commands that could otherwise be ambiguous. The then
command itself does nothing; it exists to act as a delimiter in a phrase.
For example, the phrase "post line air" could mean "move the cursor to the end of the line containing the 'a' hat" or "move the cursor to the end of the current line, followed by insert the letter 'a'." The "then" command resolves this ambiguity: "post line then air" is interpreted as two separate commands.