feat(option): @mosaic-nmaster #52
No reviewers
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
skip-release-notes
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/tmux-mosaic!52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/nmaster"
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?
Problem
master-stackonly supported a single master pane, so issue #50 could not expose a shared@mosaic-nmasteroption or define multi-masterpromoteandresize-masterbehavior.Solution
Add
@mosaic-nmasteras a window→global option with a default of1, teachmaster-stackto expand the master region with tmux-nativejoin-paneplus subtree rebalancing, updatepromoteand drag-resize syncing for multi-master behavior, and cover the new semantics in integration tests and the README. Closes #50.