Skip to content

Instantly share code, notes, and snippets.

View pengux's full-sized avatar

Peter Nguyen pengux

View GitHub Profile
@pengux
pengux / macos-tmux-256color.md
Created May 26, 2023 07:45 — forked from joshuarli/macos-tmux-256color.md
Installing tmux-256color for macOS

Installing tmux-256color for macOS

macOS has ncurses version 5.7 which doesn't ship the terminfo description for tmux. There're two ways that can help you to solve this problem.

The Fast Blazing Solution

Instead of tmux-256color you can use screen-256color, place this command into your ~/.tmux.conf.

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

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname