I’m Never Using Tmux the Same Again


Hi friends,

Tmux is a fantastic tool for managing terminal sessions, but it has its limitations. One major drawback is the lack of a floating pane feature, which can make navigating between different panes cumbersome and inefficient.

Most users workaround this by creating new Tmux windows or panes, or by using hidden splits to zoom in and out. These methods work but can be inefficient and require many keystrokes, disrupting workflow and focus.

Conventional options often feel clunky and time-consuming. Switching between multiple panes or windows, and constantly zooming in and out, can break concentration and slow down productivity. It makes the user feel like they are constantly leaving their context to check logs or run additional processes.

I built a new plugin called tmux-floax to address this issue specifically!

This plugin introduces a floating pane over Tmux, providing a seamless way to manage additional tasks without leaving the current context.

Key Features of floax:

  • Distinct Style and Customization: The floating pane has a unique style and colors that are fully configurable, making it easy to differentiate from the main working environment.
  • Persistent Shell: Unlike standard Tmux popups, Floax maintains a persistent shell using its own Tmux session, allowing you to hide and bring back the pane as needed without losing your history (unlike a standard tmux-popup).
  • Ease of Use: The plugin minimizes keystrokes. For example, to switch between code and logs, you simply pop the pane, no need to zoom in and out multiple times.
  • Full Integration with any workflow: Being Tmux session on its own, you can split the floating pane vertically or horizontally, resize panes within it, and even go full screen with simple key bindings.
  • Customizable Layout Options: Quickly adjust the size and layout of the floating pane with convenient keyboard shortcuts.

Getting the plugin:

  1. Add omerxx/tmux-floax to your Tmux config using TPM (Tmux Plugin Manager).
  2. Source the configuration file and Run Ctrl-I for TPM to install new plugins

Check out tmux-floax on GitHub, give it a star if you like it, and feel free to open issues for any improvements or bugs you find.

I’d be thrilled to hear feeback of any kind!

Happy Tmuxing!

ESPRESSO FRIDAYS

Every once in a while I send hand picked things I've learned. Kind of like your filter to the tech internet. No spam, I promise!

Read more from ESPRESSO FRIDAYS

You Need To Learn Docker Swarm! Ever felt like you're overcomplicating your container deployments? You might be. Today, we're diving into a Docker orchestrator that's likely already on your machine (run `docker service` for a second will ya?), but you're probably overlooking: Docker Swarm. The Underdog Orchestrator For years (for me, the past 11 years to be exact), the path has seemed to be either simple Docker Compose or the more, WAY MORE complex, Kubernetes. Compose is great for local...

LimaVM Is Probably The Best MacOS Virtual Machine I've Ever Used If you're tired of Docker Desktop bogging down your machine, or simply don't like fuff of mapping ports, mounting volumes when all you need is a small virtual environment, this one's for you. I recently discovered LimaVM, and it's a game-changer for local development. It lets you spin up Linux VMs with ease, offering a faster, lighter alternative to Docker and other VM managers for many tasks, but especially for development....

Coding Is Changing. Here's How I Stay AHEAD This issue is brought to you by: Ideas to apps in seconds with Lovable Lovable is your superhuman full stack engineer. Click here for double credits when signing up The AI revolution isn't replacing engineers (IMHO) - it's changing how they work and which skills matter most. I mean, look at the sponsor of this week, a "vibe coding" platform that creates your idea in no time. But, does it actually matter for developers / devops and other tech...