<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tmux on emre.xyz | @delirehberi</title><link>https://blog.emre.xyz/tags/tmux/</link><description>Recent content in Tmux on emre.xyz | @delirehberi</description><generator>Hugo</generator><language>en-us</language><copyright>delirehberi</copyright><lastBuildDate>Wed, 03 Jul 2019 20:00:00 -0400</lastBuildDate><atom:link href="https://blog.emre.xyz/tags/tmux/index.xml" rel="self" type="application/rss+xml"/><item><title>How to run commands as synchronous all tmux panes</title><link>https://blog.emre.xyz/posts/how-to-run-commands-as-synchronous-all-tmux-panes/</link><pubDate>Wed, 03 Jul 2019 20:00:00 -0400</pubDate><guid>https://blog.emre.xyz/posts/how-to-run-commands-as-synchronous-all-tmux-panes/</guid><description>&lt;p>You can run the same command in all active Tmux panes at the same time.&lt;/p>
&lt;p>You need to activate command mode in Tmux with Ctrl+B keys and update &lt;code>synchronize-panes&lt;/code> setting to on.&lt;/p>
&lt;p>&lt;code>:setw synchronize-panes on&lt;/code>&lt;/p>
&lt;p>To disable it, set as off.&lt;/p>
&lt;p>&lt;code>:setw synchronize-panes off&lt;/code>&lt;/p>
&lt;p>You can toggle synchronize-panes setting without use on-off parameters.&lt;/p>
&lt;p>&lt;code>:setw synchronize-panes&lt;/code>&lt;/p></description></item></channel></rss>