Splitting
- macOS
- Windows and Linux
There’s no split item in the command palette. Shortcut or context menu only.
Every split is a new session
If you came from iTerm, tmux or Windows Terminal, this is the difference that will get you. Splitting isn’t “show the same shell in two places”: the new pane is born with a session of its own, with its own history and its own process. If the workspace is tied to an SSH host, the new pane is born on that host — the split inherits the connection instead of coming back to your machine.Nesting
Splits are a tree: every pane can be split again, and the result can be split once more. There’s no limit in the code — the limit is your screen.Navigating
Two ways, and the second is the good one:- macOS
- Windows and Linux
⌘⌥→ goes to whoever is actually on the right.
The cycle wraps: from the last one back to the first.
Resizing
With the mouse: drag the divider. With the keyboard, in 5% steps:- macOS
- Windows and Linux
These four are not remappable — they’re fixed.
Closing
- macOS
- Windows and Linux
⌘W closes the active pane.The layout is remembered
The pane tree, the proportions and the active pane are saved on every change. Close and reopen TYBA and the layout comes back. What comes back inside the panes depends on Settings → Code → On app start:SSH panes are the only ones that bring work back: the remote shell never stopped, and the reattach hands you back whatever was running. See session persistence.
What doesn’t exist
See also
Tabs and workspaces
The layer above the panes.
Shortcuts
The whole list, and how to remap.