# TMUX basic `tmux.conf`: ``` unbind C-b set-option -g prefix C-y bind-key C-y send-prefix set -g base-index 1 set -g status on set -g history-limit 500000 bind-key S set synchronize-panes ```