feature request: cycle current path through leaves underneath the current node #773
Closed
Description
In order to switch variations, I find myself going past the branching node, using left/right to switch branches/variations and then moving back up. It would be nice to have a keybinding/command that cycles the path through the leaves (ending nodes) under the current node.
This differs from the current "go to previous/next variation" bound the left/right (v0.51.1) in that the current node does not change, only the path underneath it. Also, it may address the underlying desire of #552 (Cycling through direct siblings), though not exactly (as this cycles through child paths).
I would be happy to attempt to implement this if someone points me to the relevant part of the code.