Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicate input to multiple panes #2658

Open
sandikata opened this issue Oct 21, 2022 · 12 comments
Open

duplicate input to multiple panes #2658

sandikata opened this issue Oct 21, 2022 · 12 comments
Labels
enhancement New feature or request keyboard Keyboard mapping/handling

Comments

@sandikata
Copy link

Hello,

Is it supported in wezterm a synchronized panes (like it tmux) ?

Example of tmux.conf for synchronize panes.

# toggle synchronize-panes
bind C-x setw synchronize-panes
setw -g window-status-current-format '#{?pane_synchronized,#[bg=red],}#I:#W'
setw -g window-status-format         '#{?pane_synchronized,#[bg=red],}#I:#W'

Regards.

@wez wez changed the title pane synchronize duplicate input to multiple panes Oct 21, 2022
@wez wez added enhancement New feature or request keyboard Keyboard mapping/handling labels Oct 21, 2022
@wez
Copy link
Owner

wez commented Oct 21, 2022

No, wezterm doesn't have this feature

@liuyongsheng
Copy link

hope to support

@kaddkaka
Copy link

kaddkaka commented Feb 2, 2023

In a similar vein, scrolling multiple panes in sync like vim's scrollbind option would be nice to have sometimes.

@alexandrestein
Copy link

Any plan to support those features at some point ?
I would appreciate them. 😃

@wez
Copy link
Owner

wez commented Mar 2, 2023

I personally have no plans to implement this any time soon.

@Felixoid
Copy link

I wanted to launch multiple commands simultaneously on different servers over SSH, and it's surprisingly impossible.

I understand it's a personal preference, but there are plenty of terminals and multiplexers doing it:

Basically, it's quite a daily tool for sysadmins to run commands simultaneously over many servers. Sure, there are other tools for it, although, it's a good thing to have in a terminal emulator.

@Felixoid
Copy link

Felixoid commented Dec 7, 2023

Dear @wez, operating with a zoo of panes like on the screenshot is a very complex task without parallel input into the tab v_v

image

@peterjaric
Copy link

My current workaround is to run Byobu in a Wezterm tab. Not perfect, but gets the work done. Ctrl-F2 and Shift-F2 to create splits and Alt-F9 to toggle sending input to all splits.

@daUnknownCoder
Copy link

zoo of panes like on the screenshot is a very complex task without parallel input into the tab

use Warp terminal?

@michbsd
Copy link

michbsd commented Nov 14, 2024

+1 from here - this would indeed be a welcome feature ... :-)

@ricardoseriani
Copy link

This will really be a welcome feature.
It will make more pleasant and much easier when using multiple panes.
I hope that this get implemented.
BTW, thanks for this amazing project 🤩.

@anandubey
Copy link

@wez I would like to help implementing this feature. Any guide on how to get started?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request keyboard Keyboard mapping/handling
Projects
None yet
Development

No branches or pull requests