Help Index :: Movement :: Speed

SYNTAX

speed

DESCRIPTION

This command allows you to string together a number of movement commands in a
compact form. It is most effective when used in an alias.

Each direction in the string can be one of the letters 'n', 's', 'e', 'w',
'u', or 'd', or can be a repeat count followed by one of these letters.
Directions may be separated by spaces for readability.

If your speed command encounters a place where you try to move in the desired
direction and can't, the rest of the speed-walk will be aborted after
exhausting any retry count.

EXAMPLES

> alias *path1 speed neu2eswd 3s 2e n w
> path1

See also: alias.