# Spoon container — system tmux defaults. A user's ~/.config/tmux/tmux.conf (or # ~/.tmux.conf) is read after this and overrides it. # Login shells so /etc/profile.d/spoon.sh (tools) and ~/.bash_profile load. set -g default-command "exec bash -l" set -g default-terminal "tmux-256color" set -ag terminal-overrides ",xterm-256color:RGB" set -g mouse on set -g history-limit 50000 set -g escape-time 10 set -g focus-events on setw -g mode-keys vi