Tab switching across panels. #17938
Unanswered
donjan
asked this question in
General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can successfully switch through my tabs with
But with a left-right split pane, this cycles through the tabs of only one pane. In VSCode, it jumps to the next pane once the end is reached.
I realise that Zed's more flexible 2-dimensional pane system makes it trickier to decide which pane to switch next to. But I don't ever use top-bottom split panes. Moving to the next tab in the other pane requires either using the mouse or a different shortcut for
["workspace::ActivatePaneInDirection", "Right"]
, which is a regression in my workflow.I've tried "overbinding" both actions to
"ctrl-tab"
, but only the first one takes.Can anything be done about this?
Beta Was this translation helpful? Give feedback.
All reactions