I feel like, to me, the up/down direction and the left/right directions in tree-sitter and line-tree modes are the wrong way round. Currently up and down move shallower and deeper in the syntax tree, while left and right move between siblings. I'm finding this very difficult to get used to because in all other contexts in which I've used such a feature the 'tree' has been rotated the other way, where up/down would move between siblings and left/right would move shallower and deeper in the tree.
Some examples of trees with this orientation are the outline and breadcrumb views within VS Code itself:


Given this I'd really appreciate the ability to swap the directions through use of a configuration option!
I feel like, to me, the up/down direction and the left/right directions in tree-sitter and line-tree modes are the wrong way round. Currently up and down move shallower and deeper in the syntax tree, while left and right move between siblings. I'm finding this very difficult to get used to because in all other contexts in which I've used such a feature the 'tree' has been rotated the other way, where up/down would move between siblings and left/right would move shallower and deeper in the tree.
Some examples of trees with this orientation are the outline and breadcrumb views within VS Code itself:
Given this I'd really appreciate the ability to swap the directions through use of a configuration option!