Sublime Forum

Macro: command to move to the beginning of text typed via macro

#1

hi all,
I wrote a macro to generate a simple Python docstring template as follows

        """ <title>

    <description>

    Args:

    Returns:

    Raises:

    Example:

    Note:

    """

how do I command ST to move the caret to highlight the word as the last step of the macro?

0 Likes