weAutoTwigMode
we weAutoTwigMode cyclic { "allTargets" | "allTargetsClosest" | "leftOrBottomTargets" | "leftOrBottomTargetsClosest" | "rightOrTopTargets" |"rightOrTopTargetsClosest" | "off" }
Description
Enables to toggle between twig modes. You can also use bindkey t to create and toggle between twig modes.
-
allTargetscreates twigs on both sides of the trunk. - allTargetsClosest creates twigs on both sides of the trunk. However, connects only the closest row of targets above and below the trunk.
-
leftOrBottomTargetsconnects twigs on the left of the trunk if it is vertical or on the bottom of the trunk if it is horizontal. - leftOrBottomTargetsClosest connects the first column of twigs on the left of the trunk if it is vertical or the first row of twigs on the bottom of the trunk if it is horizontal.
-
rightOrTopTargetsconnects twigs on the right of the trunk if it is vertical or on the top of the trunk if it is horizontal. - rightOrTopTargetsClosest connects the first column of twigs on the right of the trunk if it is vertical or the first row of twigs on the top of the trunk if it is horizontal.
-
offdoes not create twigs.
GUI Equivalent
Examples
envGetVal("we" "weAutoTwigMode")
envSetVal("we" "weAutoTwigMode" 'cyclic "leftoOrBottomTargets")
envSetVal("we" "weAutoTwigMode" 'cyclic "rightOrTopTargets")
envSetVal("we" "weAutoTwigMode" 'cyclic "off")
Related Topics
Visualizing the Current Distribution Per Net
Connecting Twigs Automatically
Return to top