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
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?
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
-
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