DEV Community

Cover image for Using tmux Sessions, Windows, Panes and Vim Buffers Together
Nick Janetakis
Nick Janetakis

Posted on • Originally published at nickjanetakis.com

7

Using tmux Sessions, Windows, Panes and Vim Buffers Together

*This article was originally posted on June 18th, 2019 at: https://nickjanetakis.com/blog/using-tmux-sessions-windows-panes-and-vim-buffers-together


Now that I've been using Vim for a few months, I figured it would be a good time to share my day to day work flow on how I’m using it with tmux (something I've been using for years).

While figuring all of this out, I occasionally struggled between choosing to launch multiple terminal applications, tmux sessions, windows, split panes, Vim buffers and / or tabs. This is what I came up with in the end, and it’s been working great so far.

As a freelance developer, open source enthusiast and someone who likes hacking on my own projects, it’s no surprise that I have a lot of active projects.

This 10 minute video shows how I manage all of these projects on the command line.

Demo Video Showing How It Works

Timestamped Table of Contents

  • 1:14 – Listing out a few tmux sessions
  • 1:43 – Having 1 tmux session per project
  • 2:22 – Attaching to a specific session
  • 2:33 – Splitting individual files with Vim buffers
  • 3:35 – Using tmux windows for separating Vim from your web server
  • 3:47 – Splitting a window in half with tmux panes
  • 4:01 – Using tabs in Vim to split up your buffers into groups
  • 5:32 – Leveraging a second tmux window for running other processes
  • 6:21 – Zooming in and out of a specific pane with tmux
  • 6:53 – Recapping the workflow for developing and deploying my blog
  • 8:03 – Switching between different projects / sessions is where tmux shines
  • 9:43 – Persist, save and restore sessions with tmux-resurrect

Reference Links

What's your favorite tmux / Vim workflow? Let me know below!

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay