Skip to content

Pane Plugin

Help query: "What does the pane plugin do?" / "How do I use pane in Volt?"

The pane plugin exposes split layout commands. It emits host ui.pane.* hooks for horizontal/vertical splits, closing the focused split, and switching splits. Golden-ratio sizing can be configured under ui.pane in YAML.

Package namepane
Moduleuser/pane.rs

What it does

  • Split the active workspace horizontally or vertically
  • Close the focused split
  • Switch between splits

Commands

CommandDescription
pane.split-horizontalSplits the active workspace horizontally.
pane.split-verticalSplits the active workspace vertically.
pane.closeCloses the currently focused split.
pane.switch-splitSwitches focus between splits.

Keybindings

No package-level keybindings declared (may be bound from vim leader maps or YAML).

Notes

Vim leader often binds Space d w to pane.close. Pane layout preferences live in user/config/ui.yaml.

Volt — modal editor platform · docs optimized for in-editor help search