test(new-pane): add shared targeting primitives #121
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!121
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/shared-new-pane-targeting-primitives"
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
Issue #102 needs a shared helper layer for managed
new-panetargeting and minimal reorder behavior before the layout-specific visual-stability fixes start landing.Solution
Closes #102 by adding shared semantic-tail lookup, targeted split and focus-preserving move helpers in
scripts/helpers.sh, then covering those primitives directly intests/integration/new_pane_primitives.bats.