feat(algorithm): add monocle #20
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!20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/monocle"
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?
Why: The v0.1.0 algorithm set still needed a tmux-native fullscreen layout that tracks the active pane.
How: Add a monocle algorithm that re-zooms the active pane when the window is enabled, and hook
after-select-paneso focus changes, splits, and other structural events keep the active pane fullscreen. Add integration coverage for toggle, split, and focus cycling.Closes #7