Skip to content

Move Caret Up The Tree

Moves the caret up the Psi Tree.

Example

Symbol Meaning
| Caret
<component1>
    <component2>
        <component3>
            hello world|
        </component3>
    </component2>
</component1>
<component1>
    <component2>
        |<component3>
            hello world
        </component3>
    </component2>
</component1>
<component1>
    |<component2>
        <component3>
            hello world
        </component3>
    </component2>
</component1>
|<component1>
    <component2>
        <component3>
            hello world
        </component3>
    </component2>
</component1>