Command Selection Trim Left

The TrimLeft command removes leading whitespace from the selected text.

Note that:

{TrimLeft}

is equivalent to:

{CopySelection}
{TrimLeftClipboard}
{Paste}

Example

The following expansion:

{TrimLeft}

replaces the selected text with its version without leading whitespace.