nix-config/tmux
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
..
.tmux.conf tmux: Add true color support 2018-11-07 11:34:19 -05:00
README.md docs: Add READMEs for git, plasma, and tmux 2018-10-23 14:25:45 -04: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.