tmux cheat sheet

Well, I like using tmux and thought it’d be nice to collect commands That I tend to use.

up

2012-09-04

This post will probably grow over time. Using it as a place where I can put commands I use reguarly.

Force 256 color display

Most of the time, this should automatically get set, but I’ve run into issues w/ some VM configurations that I’ve only been able to get working correctly by forcing it.

Add

set -g default-terminal "screen-256color"

To

~/.tmux.conf

Changelog

2014-04-10