<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tmux - 标签 - 研发日志 · R&amp;D Log</title><link>https://rd163.visword.com/tags/tmux/</link><description>Tmux - 标签 - 研发日志 · R&amp;D Log</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>whutluohui@gmail.com (小智晖)</managingEditor><webMaster>whutluohui@gmail.com (小智晖)</webMaster><copyright>本作品采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可。</copyright><lastBuildDate>Sun, 12 Jan 2025 00:00:00 +0800</lastBuildDate><atom:link href="https://rd163.visword.com/tags/tmux/" rel="self" type="application/rss+xml"/><item><title>fzf 使用笔记</title><link>https://rd163.visword.com/posts/fzf/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/fzf/</guid><description><![CDATA[<p><a href="https://github.com/junegunn/fzf" target="_blank" rel="noopener noreferrer">fzf</a> 是一款用 Go 语言编写的通用命令行模糊查找器（fuzzy finder）,以单一二进制分发、速度极快，官方称可在毫秒级处理上百万条目。它的本质是一个交互式过滤器——任何以换行分隔的列表(文件、进程、命令历史、Git 分支、<code>/etc/hosts</code> 中的主机名等)都能丢给它，再用模糊匹配快速缩小范围，最后把选中项输出到 STDOUT。</p>]]></description></item><item><title>Tmux</title><link>https://rd163.visword.com/posts/tmux/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/tmux/</guid><description><![CDATA[<p>Tmux 是一个终端复用器（terminal multiplexer），采用 ISC 许可证发布，作者 Nicholas Marriott，源码托管在 <a href="https://github.com/tmux/tmux" target="_blank" rel="noopener noreferrer">tmux/tmux</a>。它最核心的能力是把&quot;会话&quot;与&quot;终端窗口&quot;彻底解绑：进程在服务器后台持续运行，关闭终端、SSH 掉线都不会让任务中断。本文整理 Tmux 的层级模型、常用命令与配置要点，便于日常查阅。</p>]]></description></item><item><title>解决 Linux 终端中光标消失的问题</title><link>https://rd163.visword.com/posts/linux-terminal-cursor-disappear/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/linux-terminal-cursor-disappear/</guid><description>&lt;p>在使用 Linux 终端（Terminal）时，偶尔会遇到一个让人困惑的现象：输入命令时光标（那个用来标识插入位置的小方块或竖线）突然不见了，但键入的字符仍然能正常显示。这种情况几乎都不是系统故障，而是某个程序退出时没有正确恢复终端状态所导致。本文梳理其成因与多种修复手段。&lt;/p></description></item></channel></rss>