The Problem You’re running something in tmux — a build, a test suite, an agent CLI. While it’s working, you scroll back to review earlier output. The yellow copy-mode indicator appears, you find what you’re looking for, and then… you sit there. Waiting. The command finished two minutes ago, but...
Do you use Neovim’s built-in terminal? Do you (always) accidentally close Neovim and lose the terminal? Well, I may have a solution for you. tmux is a terminal multiplexer. It allows you to split your terminal into windows and tabs, and is very useful when you need to do a lot of work in a single...
The problem# When writing a blog post like last time's, I often will be at least partway through the process before I realize it's interesting enough to write a post on. Then I need to somehow go back and reconstruct a narrative of the troubleshooting steps I performed. The solution# As long as I...
One of my favourite tmux plugins is extrakto. It's this amazing little plugin that lets you insert text by fuzzy finding within the current tmux session. Why is this useful? Think of how often you copy/paste some line of text from the terminal in order to pass it into another command. For example,...