# tmux config for resumable terminal sessions in the agent computer. set -g default-shell /usr/bin/zsh set -g default-command /usr/bin/zsh set -g default-terminal "tmux-256color" set -ga terminal-overrides ",*256col*:Tc" set -g mouse on set -g history-limit 50000 set -g base-index 1 setw -g pane-base-index 1 set -g renumber-windows on set -sg escape-time 10 set -g focus-events on # A small clawmates-styled status line. set -g status-style "bg=#0b0b0e fg=#5ec8d8" set -g status-left " #[bold]clawmates#[default] " set -g status-left-length 24 set -g status-right "#[fg=#9a9aa2]#S ยท %H:%M " set -g window-status-current-style "fg=#ff8a7a bold"