You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A nice feature in tmux is the synchronize-panes window option, that duplicate input to all panes in the current tab. Quite handy when you need to run some commands on several hosts - just open a pane for each host, ssh into it, and turn the option on. All keystrokes are sent to every panes. Turn option off when you're done.
Describe the solution you'd like
A toggle option/command similar to synchronize-panes.
Describe alternatives you've considered
Well, ansible can solve the same kind of problems, but it's far from always available. synchronize-panes is more crude but very handy when you need it.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is your feature request related to a problem? Please describe.
A nice feature in tmux is the
synchronize-panes
window option, that duplicate input to all panes in the current tab. Quite handy when you need to run some commands on several hosts - just open a pane for each host, ssh into it, and turn the option on. All keystrokes are sent to every panes. Turn option off when you're done.Describe the solution you'd like
A toggle option/command similar to
synchronize-panes
.Describe alternatives you've considered
Well, ansible can solve the same kind of problems, but it's far from always available.
synchronize-panes
is more crude but very handy when you need it.Additional context
N/A
The text was updated successfully, but these errors were encountered: