Add support for floating pane#7550
Conversation
|
@wez @bew , I am so sorry to bother you, this PR looks like a exact copy of my PR that removes me from the commit history. I had originally closed my PR to wait for when activity picked up on the repository again. That might not have been the right strategy, I am happy to re-open the PR if that is preferred, either way works for me just let me know. Or if you or not interested in the PR or feel it adds too much complexity I am happy to leave it closed. But either way I feel like this PR should be closed. Sorry againf for bothering you. |
|
@e82eric I’ve gone through your comments on quantonganh's PR, and you clearly seem annoyed. If this mattered that much to you, why not just keep your original PR open rather than close it and complicate things? |
|
I would love to see this merged and working 💯 |
Summary
This PR adds support for floating panes, similar to tmux's popup feature.
New Config Options
New Key Assignments
SpawnCommandInNewFloatingPaneToggleFloatingPaneCLI Support
Changes
mux/src/tab.rs(TabInner with floating_panes support)MuxNotificationvariants for floating pane state changesTest Plan
cargo build --releaseSpawnCommandInNewFloatingPaneactionToggleFloatingPanewezterm cli listshows floating panes correctlywezterm cli spawn --floating-paneworks🤖 Generated with Claude Code
Co-Authored-By: e82eric e82eric@users.noreply.github.com
Co-Authored-By: Quan Tong quantonganh@gmail.com