Craft By Zen

πŸ“– 1 min read

πŸ”– learning   tmux

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


Written by Jeremy Wong and published on .