feat(algorithm): grid #6
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
skip-release-notes
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/tmux-mosaic#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a
gridalgorithm that uses tmux's nativetiledlayout — equal-size cells in a grid.Scope
scripts/algorithms/grid.shalgo_relayoutcallsselect-layout -t "$win" tiledalgo_togglematches master-stack's pattern (set/unset@mosaic-enabled, call relayout on enable)algo_promoteandalgo_resize_masterare NOT defined (no master concept).dispatch_optionalwill surface friendly errors if user binds them.algo_sync_stateis NOT defined (nothing to sync — no mfact)Acceptance criteria
scripts/algorithms/grid.shexists, exposesalgo_relayout+algo_toggle@mosaic-algorithm gridon a window applies tiled layouttiledlayout (visible in#{window_layout})promoteon a grid window surfaces 'grid does not implement promote'