Donovan Glover 0eb271a50c
tmux: Add true color support
It turns out that even if your terminal supports true color, it won't be
used in tmux unless you set the option explicitly. Now it is possible to
enjoy the benefits of true color inside tmux.
2018-11-07 11:34:19 -05:00
..
2018-11-07 11:34:19 -05:00

tmux

I use tmux to run multiple shells inside a single terminal, in addition to all the other benefits that tmux provides, such as session management, persistent history, and detaching.

Dependencies

  • tmux - Terminal multiplexer
  • fish - The friendly interactive shell

Installation

make package=tmux

Usage

Start tmux as you normally would.