Using tmux as a Solo Programmer

Start a tmux session with the tmux command, like so:

 
$ ​tmux

You’ll notice a slight change to your terminal, such that it looks like the following figure.

images/tmux-session.png
Figure 1. An empty tmux session

This is a tmux session. We can do anything from this terminal that we might do in a regular terminal session, such as edit files with Emacs or Vim. If you’re familiar with these editors, try one out right now.

The tmux session consists of a window that contains the terminal, and a status bar that displays the window’s name and some other information. We can divide the window into multiple panes that allow us to view more ...

Get Remote Pairing now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.