feat(tmux): C-a w pane picker popup - #26
Open
tomfordweb wants to merge 2 commits into
Open
Conversation
Every pane in every session, live capture-pane preview anchored to the bottom of the output. Marked panes can be killed (^x/^⌥x) or typed into (^s/⌥s) from a centered send box with recall of past sends. workmux sidebar panes are filtered out by default, ^h brings them back. Replaces the tmux-window-modal script, which lived in the gitignored tpm plugin dir: untracked, one machine only, and its bind was commented out. fzf colors are generated from rice/palette.json by bin/rice-build.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
C-a wwas dead:unbind wkilled tmux's defaultchoose-tree, and the replacement bind was commented out and pointed at a script inside the gitignored tpm plugin dir (untracked, one machine only,clean_pluginsbait).New
bin/tmux-pane-picker— an fzf popup shaped like theC-a qworkmux dashboard:^htoggles them back,TMUX_PANE_PICKER_HIDEoverrides the pattern)capture-panepreview anchored to the bottom of the outputenterjump,tabmark,^x/^⌥xkill pane/window,^s/⌥stype into the marked panes from a centered box that recalls past sendsrice/palette.jsonvia a newrice/templates/fzf-colors.tmpl, so they cannot drift back to the stale catppuccin hex the old script carriedAlso carries the pre-existing
Waybar fixescommit that was sitting unpushed on main.Verified live in a throwaway session: jump, broadcast send to marked panes, staged send without Enter, pane and window kills with the self-guards holding, sidebar toggle, and no state files left behind.