You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Organizing window splits like i3 (sway) does would be more user-friendly.
It consists in building a tree and remembering the last focused split in a subtree.
The following example demonstrates my issue:
Suppose 1 vertical and 2 horizontal splits have been made, resulting in the following logical tree:
[ V ]
/ \
[ H ] [ H ]
/ \ / \
[ 1 ] [ 3 ] [ 2 ] [ 4 ]
The issue is related to how helix manages splits and their navigation. It is not a bug in the specific case shown. On a transposed tree of splits, the transposed problem exists.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Organizing window splits like i3 (sway) does would be more user-friendly.
It consists in building a tree and remembering the last focused split in a subtree.
The following example demonstrates my issue:
Suppose 1 vertical and 2 horizontal splits have been made, resulting in the following logical tree:
Graphically, the following 4 splits are seen:
and that the cursor is in the split marked with an
x
.The cursor is then moved to the right split, resulting in:
The cursor is then moved to the split below, resulting in:
Moving the cursor back to the left split should result in the cursor being in the left top split:
What happens instead is that the cursor moves to the left bottom split:
The issue is related to how helix manages splits and their navigation. It is not a bug in the specific case shown. On a transposed tree of splits, the transposed problem exists.
Beta Was this translation helpful? Give feedback.
All reactions