Craft By Zen

1 min read

A Beginner's Introduction to tmux

Tmux is a command line application to help configure sessions, windows, and panes for your terminal.

My Set-up

Here’s a list of my set-up

Installing Tmux

To install Tmux using the set-up above, I used brew.

brew install tmux

Sessions for your terminal

New session

tmux new-session -s <session_name>

Pairing with vim

WIP

Configuration

File: ~/.tmux.conf