AxonDocs
Features
Axon documentation

Split Panes

Multi-pane editing in Axon.

Axon supports splitting the editor into multiple panes, allowing several files to stay visible side by side. This is useful when comparing code, editing related files, or keeping reference documentation open while you work.

Axon showing Go and TypeScript files in two editor panes
Two panes keep related files visible together while each pane retains its own tabs, breadcrumbs, cursor, and minimap.

Opening A Split

Use the editor split control or the split commands exposed by the workbench. Axon does not currently register global split or numbered-pane-focus shortcuts; Cmd/Ctrl+W closes the active tab rather than the entire pane.

Managing Panes

  • Drag tabs between panes.
  • Resize panes through direct pointer dragging with exact movement and enforced minimum widths.
  • Close tabs from the tab button or keyboard shortcut.
  • Keep up to a 2x2 grid for focused multi-pane work.

Shared Models

The same file opened in multiple panes shares a single editor model. Changes made in one pane are immediately visible in every pane showing that file.

Axon split panes in a focused editor layout
The focused layout removes the sidebar while preserving independent pane state and a shared status bar.

Dirty Indicators

When a file has unsaved changes, the tab shows a dirty indicator. Axon prompts before closing a pane with unsaved files.

On this page