<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	「为什么我要用 Rust 重写 tmux？」的评论	</title>
	<atom:link href="https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/</link>
	<description>程序员工作、生活、爱情、事业</description>
	<lastBuildDate>Fri, 04 Jul 2025 09:28:42 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.8</generator>
	<item>
		<title>
		评论者：teekert		</title>
		<link>https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71910</link>

		<dc:creator><![CDATA[teekert]]></dc:creator>
		<pubDate>Fri, 04 Jul 2025 09:26:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.aqee.net/?p=10655#comment-71910</guid>

					<description><![CDATA[&lt;p&gt;不错，我喜欢 tmux，我每天都使用它，我几乎离不开它。我希望这个版本能让滚动鼠标滚轮或使用 Ctrl+Page Up/Down，或通过 Ctrl+Tab 在窗格之间切换，或者在左下角显示完整的未拼接标题变得更容易 ;)&lt;/p&gt;
&lt;p&gt;抱歉我知道这不是抱怨的地方，但这将非常棒！&lt;/p&gt;
]]></description>
			<content:encoded><![CDATA[<p>不错，我喜欢 tmux，我每天都使用它，我几乎离不开它。我希望这个版本能让滚动鼠标滚轮或使用 Ctrl+Page Up/Down，或通过 Ctrl+Tab 在窗格之间切换，或者在左下角显示完整的未拼接标题变得更容易 😉</p>
<p>抱歉我知道这不是抱怨的地方，但这将非常棒！</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：seyz		</title>
		<link>https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71916</link>

		<dc:creator><![CDATA[seyz]]></dc:creator>
		<pubDate>Fri, 04 Jul 2025 09:26:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.aqee.net/?p=10655#comment-71916</guid>

					<description><![CDATA[&lt;p&gt;&gt; 我没有特别好的理由。这只是个业余项目。就像园艺，只是多了些段错误。&lt;/p&gt;
&lt;p&gt;太棒了。你绝对值得这 +350 分！&lt;/p&gt;
]]></description>
			<content:encoded><![CDATA[<p>> 我没有特别好的理由。这只是个业余项目。就像园艺，只是多了些段错误。</p>
<p>太棒了。你绝对值得这 +350 分！</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：0x457		</title>
		<link>https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71914</link>

		<dc:creator><![CDATA[0x457]]></dc:creator>
		<pubDate>Fri, 04 Jul 2025 09:26:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.aqee.net/?p=10655#comment-71914</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71910&quot;&gt;teekert&lt;/a&gt;。

&lt;p&gt;你可能会更喜欢 zellij 而不是 tmux。&lt;/p&gt;
]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71910">teekert</a>。</p>
<p>你可能会更喜欢 zellij 而不是 tmux。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：jayknight		</title>
		<link>https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71913</link>

		<dc:creator><![CDATA[jayknight]]></dc:creator>
		<pubDate>Fri, 04 Jul 2025 09:26:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.aqee.net/?p=10655#comment-71913</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71910&quot;&gt;teekert&lt;/a&gt;。

&lt;p&gt;对我来说，滚轮直接就能用。其他功能可以用 `bind-key` 轻松配置。我用 Ctrl-Space 在窗口中切换面板：&lt;/p&gt;
&lt;p&gt;bind-key -n C-Space select-pane -t +1&lt;/p&gt;
]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71910">teekert</a>。</p>
<p>对我来说，滚轮直接就能用。其他功能可以用 `bind-key` 轻松配置。我用 Ctrl-Space 在窗口中切换面板：</p>
<p>bind-key -n C-Space select-pane -t +1</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：TechDebtDevin		</title>
		<link>https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-72049</link>

		<dc:creator><![CDATA[TechDebtDevin]]></dc:creator>
		<pubDate>Fri, 04 Jul 2025 09:26:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.aqee.net/?p=10655#comment-72049</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-72048&quot;&gt;parhamn&lt;/a&gt;。

&lt;p&gt;我的朋友，你被骗了。&lt;/p&gt;
&lt;p&gt;-编辑祝你好运，去阅读 10 万行你一无所知的克劳德生成的 Rust 代码吧，哈哈。大语言模型(LLMs) 并不是适合这个任务的工具。&lt;/p&gt;]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-72048">parhamn</a>。</p>
<p>我的朋友，你被骗了。</p>
<p>-编辑祝你好运，去阅读 10 万行你一无所知的克劳德生成的 Rust 代码吧，哈哈。大语言模型(LLMs) 并不是适合这个任务的工具。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：throwaway290		</title>
		<link>https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71919</link>

		<dc:creator><![CDATA[throwaway290]]></dc:creator>
		<pubDate>Fri, 04 Jul 2025 09:26:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.aqee.net/?p=10655#comment-71919</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71918&quot;&gt;df0b9f169d54&lt;/a&gt;。

&lt;p&gt;Tmux 的滚动缓冲区大小是可以配置的，也许可以在配置文件中设置 set-option -g history-limit something-smaller？&lt;/p&gt;
]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71918">df0b9f169d54</a>。</p>
<p>Tmux 的滚动缓冲区大小是可以配置的，也许可以在配置文件中设置 set-option -g history-limit something-smaller？</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：jimrandomh		</title>
		<link>https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71915</link>

		<dc:creator><![CDATA[jimrandomh]]></dc:creator>
		<pubDate>Fri, 04 Jul 2025 09:26:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.aqee.net/?p=10655#comment-71915</guid>

					<description><![CDATA[&lt;p&gt;作者并未声称这一点，但值得明确指出：tmux 是一款安全关键型软件，却未获得应有的关注。&lt;/p&gt;
]]></description>
			<content:encoded><![CDATA[<p>作者并未声称这一点，但值得明确指出：tmux 是一款安全关键型软件，却未获得应有的关注。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：psyclobe		</title>
		<link>https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71912</link>

		<dc:creator><![CDATA[psyclobe]]></dc:creator>
		<pubDate>Fri, 04 Jul 2025 09:26:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.aqee.net/?p=10655#comment-71912</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71911&quot;&gt;antonvs&lt;/a&gt;。

&lt;p&gt;哦，真棒！！&lt;/p&gt;
]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71911">antonvs</a>。</p>
<p>哦，真棒！！</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：df0b9f169d54		</title>
		<link>https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71918</link>

		<dc:creator><![CDATA[df0b9f169d54]]></dc:creator>
		<pubDate>Fri, 04 Jul 2025 09:26:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.aqee.net/?p=10655#comment-71918</guid>

					<description><![CDATA[&lt;p&gt;tmux 在我的系统上占用大量内存，尤其当滚动缓冲区足够大时（我经常有超过 10k 行内容）。&lt;/p&gt;
&lt;p&gt;我经常执行 `pkill -9 tmux` 来拯救我的工作。我希望 rust 版本能在这方面提供一些帮助？&lt;/p&gt;
]]></description>
			<content:encoded><![CDATA[<p>tmux 在我的系统上占用大量内存，尤其当滚动缓冲区足够大时（我经常有超过 10k 行内容）。</p>
<p>我经常执行 `pkill -9 tmux` 来拯救我的工作。我希望 rust 版本能在这方面提供一些帮助？</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：antonvs		</title>
		<link>https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71911</link>

		<dc:creator><![CDATA[antonvs]]></dc:creator>
		<pubDate>Fri, 04 Jul 2025 09:26:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.aqee.net/?p=10655#comment-71911</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71910&quot;&gt;teekert&lt;/a&gt;。

&lt;p&gt;我使用byobu，它基本上是tmux的一个有自己风格的分支。滚轮滚动正常，Alt-PgUp/PgDn也正常。&lt;/p&gt;
&lt;p&gt;Ctrl-Tab 可能无法正常工作，因为终端通常不会将其与 Tab 键区分开来。但你可以尝试将 Alt-Tab 或其他类似的组合键绑定到 tmux 配置中，以在窗口之间切换。这应该只需要一行代码。&lt;/p&gt;
]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.aqee.net/post/why-did-you-rewrite-tmux-in-rust/#comment-71910">teekert</a>。</p>
<p>我使用byobu，它基本上是tmux的一个有自己风格的分支。滚轮滚动正常，Alt-PgUp/PgDn也正常。</p>
<p>Ctrl-Tab 可能无法正常工作，因为终端通常不会将其与 Tab 键区分开来。但你可以尝试将 Alt-Tab 或其他类似的组合键绑定到 tmux 配置中，以在窗口之间切换。这应该只需要一行代码。</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

使用页面缓存Disk: Enhanced 

Served from: www.aqee.net @ 2026-09-20 01:39:04 by W3 Total Cache
-->