Skip to main content
Buffer groups let you view two channels side by side as a single named entry in the buffer list. Useful when you want to monitor #ops-east and #ops-west together, or any pair of related channels. Groups are per-server — each group belongs to a specific server, so switching servers only shows that server’s groups.

Creating a Group

  • direction: v (vertical, side-by-side, default) or h (horizontal, stacked)
  • ratio: pane width split, e.g. 50:50, 30:70 (default 50:50)
  • channels: must be 2 channels you’ve already joined
After creating, the group appears in the buffer list as [name]. Selecting it activates the split view automatically.

Using a Group

Once created, switch to a group like any buffer:
Or click [ops] in the buffer list (with mouse enabled). While viewing a group:
  • Both channels show side by side
  • Focus determines which channel receives your input
  • /focus swaps the focused pane
  • Mouse click on the unfocused pane swaps focus
  • The nick list shows nicks for the focused channel
Switching to any other buffer leaves the group view. Switching back re-opens it.

Listing Groups

Shows all groups for the active server.

Disbanding a Group

Removes the group. The member channels remain as individual buffers.

Persistence

Groups are persisted via /save to config.toml:

ZNC / Bouncer Compatibility

Groups display as [name] ~ (dimmed) when their member channels haven’t joined yet — for example, while ZNC is replaying channel state on startup. Once both channels exist as buffers, the group becomes selectable.