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
I come from Wezterm, and I really like the speed I'm experiencing in Rio, there's just been one feature set missing that's been a bit hard to adjust to: how splits are handled.
In some terminals, splits can be created and navigated in an up/right/left/down manner, which reduces the amount of guessing done on where your focus is moving to (is "SelectNextSplit" going to my right or below? etc.), and also gives greater control over where you place your next splits.
Other Example Solutions
Here's a snipped of my old Wezterm config's split pane keybinds as a reference point for how this is handled:
The consequences of implementing this would mean a choice: should the old focus options (SelectNextSplit, SelectPreviousSplit) stay around, or should they be superseded by the new directional focus options?
This new method would also be more complex in code than a simple stack/list of panes and tabs, but I think the reduced guessing/cognitive load while using Rio could be worth it.
If this style of navigation makes sense to enough people, I'd love to see it as an option!
The text was updated successfully, but these errors were encountered:
I come from Wezterm, and I really like the speed I'm experiencing in Rio, there's just been one feature set missing that's been a bit hard to adjust to: how splits are handled.
In some terminals, splits can be created and navigated in an up/right/left/down manner, which reduces the amount of guessing done on where your focus is moving to (is "SelectNextSplit" going to my right or below? etc.), and also gives greater control over where you place your next splits.
Other Example Solutions
Here's a snipped of my old Wezterm config's split pane keybinds as a reference point for how this is handled:
The consequences of implementing this would mean a choice: should the old focus options (
SelectNextSplit
,SelectPreviousSplit
) stay around, or should they be superseded by the new directional focus options?This new method would also be more complex in code than a simple stack/list of panes and tabs, but I think the reduced guessing/cognitive load while using Rio could be worth it.
If this style of navigation makes sense to enough people, I'd love to see it as an option!
The text was updated successfully, but these errors were encountered: