tmux ist ein Terminal-Muliplexer. Nach der Installation hat das Programm keine Konfigurationsdatei. Als versteckte Datei kannst du sie mit nano .tmux.conf anlegen. Am besten in deinem /home/Verzeichnis.
# make tmux display things in 256 colors
set -g default-terminal „screen-256color“# Enable mouse mode (tmux 2.1 and above)
set -g mouse on