Replies: 1 comment
-
GH issue: #2779 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
right now the action move-focus command is fairly limited. if there are nested panes it can be difficult to navigate focus to a specific pane, and even with a relatively simple four pane layout, getting from lower right quadrant to top left would require two commands on CLI to do it programatically.
I propose new panes gets an index just like tabs do that can be used to refer to them so every pane has a number. this already aligns with
go-to-tab
perhaps a
go-to-pane
would also make sense, but I think move-focus is already sufficientaction move-focus <direction|index|name>
may be workableBeta Was this translation helpful? Give feedback.
All reactions