In the single-pane mode, if I click the starred node in the sidebar, this node will rank first in the jump menu.
But in the multi-pane mode, it does not work.
The order of the destination of
move_toormirror_to(Unfiltered / State before typing) is exactly the same as the ranking of your global jumping menu (cmd+k). In other words, if you change the ranking of the starred nodes in the global jumping menu (cmd+k), you will change the order/ranking of the destination (Unfiltered / State before typing) ofmove_toormirror_to.
The starred nodes in the jump menu are ranked by recency (most recently visited/used first/Recency-based ranking. Clicking a starred node simply registers a new visit, which automatically pushes that node to the top of the jump menu list.
This bug prevents users from quickly selecting recently used target nodes when managing content in multi-pane mode.