Ensure that focus_or_open_pane, open_in_pane, and opening a new pane from Global Jumping (cmd+k) or via alt+click automatically scroll to the focused pane when the target or newly opened pane is off-screen.
In short, whenever these actions are triggered, the interface should bring the targeted, focused, or newly created pane into view automatically if it is not currently visible on screen.
A keyboard shortcut or Command Palette action to jump to the currently focused pane would already be really helpful.
No, no — the point is which behavior is more common. But the screen immediately switches back to Target Pane . (“Focus” should carry a stronger semantic meaning: it shouldn’t just set Pane 5 as the logical target — it should also take me to Pane 5.)
The workflow is:
I’m currently working in Pane 2.
I focus_or_open_pane 5, intending to go to Pane 5.
Pane 5 is logically focused/activated, or at least designated as the target.
But the main content area on screen doesn’t actually jump there — it still shows where I was before, i.e., Pane 2.
I then have to take an extra step and manually scroll/move the screen with the mouse before I can actually see and interact with Pane 5.