feat(algorithm): even-vertical #8

Closed
opened 2026-04-25 16:16:16 +00:00 by barrettruth · 0 comments
barrettruth commented 2026-04-25 16:16:16 +00:00

Add an even-vertical algorithm — all panes split horizontally, equal widths in a row.

Scope

  • New file scripts/algorithms/even-vertical.sh
  • algo_relayout calls select-layout -t "$win" even-vertical
  • algo_toggle matches master-stack's pattern
  • No master concept

Acceptance criteria

  • scripts/algorithms/even-vertical.sh exists
  • Test: 4-pane window with this algorithm has all panes equal-width
  • README: add to the algorithms list
Add an `even-vertical` algorithm — all panes split horizontally, equal widths in a row. ## Scope - New file `scripts/algorithms/even-vertical.sh` - `algo_relayout` calls `select-layout -t "$win" even-vertical` - `algo_toggle` matches master-stack's pattern - No master concept ## Acceptance criteria - [ ] `scripts/algorithms/even-vertical.sh` exists - [ ] Test: 4-pane window with this algorithm has all panes equal-width - [ ] README: add to the algorithms list
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/tmux-mosaic#8
No description provided.