tmux.conf (264B)
1 unbind C-b 2 set -g prefix C-a 3 bind C-a send-prefix 4 5 set -g mouse on 6 set-option -g history-limit 10000 7 set -s escape-time 0 8 9 set -g base-index 1 10 setw -g pane-base-index 1 11 12 set -g default-terminal xterm-256color 13 set-option -ga terminal-overrides ",xterm-256color:Tc"