<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Tmux on Jake Worth</title><link>https://jakeworth.com/tags/tmux/</link><description>Recent content in Tmux on Jake Worth</description><image><title>Jake Worth</title><url>https://jakeworth.com/twittercard.png</url><link>https://jakeworth.com/twittercard.png</link></image><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 04 Dec 2025 10:49:44 -0500</lastBuildDate><atom:link href="https://jakeworth.com/tags/tmux/index.xml" rel="self" type="application/rss+xml"/><item><title>Tmux Toggle Sessions</title><link>https://jakeworth.com/tils/tmux-toggle-sessions/</link><pubDate>Thu, 04 Dec 2025 10:49:44 -0500</pubDate><guid>https://jakeworth.com/tils/tmux-toggle-sessions/</guid><description>&lt;p&gt;To toggle back and forth between two Tmux sessions, use &lt;code&gt;&amp;lt;leader&amp;gt;-L&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>Source Tmux Config</title><link>https://jakeworth.com/tils/source-tmux-config/</link><pubDate>Fri, 26 Aug 2022 17:56:33 -0400</pubDate><guid>https://jakeworth.com/tils/source-tmux-config/</guid><description>&lt;p&gt;You&amp;rsquo;ve been iterating on your Tmux configuration file, and now you want to your
configs in action without closing the program. But how?&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s the command to source an updated &lt;code&gt;tmux.conf&lt;/code&gt;:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ tmux source-file tmux.conf
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>Tmux Copy Mode</title><link>https://jakeworth.com/tils/tmux-copy-mode/</link><pubDate>Fri, 26 Aug 2022 17:54:55 -0400</pubDate><guid>https://jakeworth.com/tils/tmux-copy-mode/</guid><description>&lt;p&gt;Last week we encountered a breaking change in our Tmux configuration, and briefly lost the ability to scroll with the mouse. It became an opportunity to re-learn Tmux&amp;rsquo;s copy mode, and liberate ourselves from the mouse a little more.&lt;/p&gt;
&lt;p&gt;Enter copy mode with &lt;code&gt;&amp;lt;prefix&amp;gt; [&lt;/code&gt;. From here, you can navigate with standard Vim commands.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;ctrl-u&lt;/code&gt; moves you a half-page up, perfect for wading through test failure backtraces.&lt;/p&gt;</description></item></channel></rss>