this is my tmux config
set -ga terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[ q'
set-option -g default-shell /bin/zsh
set -g prefix ^A
set -g base-index 1
set -g history-limit 50000
set -g mouse on
set -g status-interval 5
set -g set-clipboard on
set -g renumber-windows on
set-option -g allow-rename off
set-option -sg escape-time 10
set-option -g focus-event on
set -g status-position bottom
setw -g mode-keys vi
set-environment -g TMUX_PLUGIN_MANAGER_PATH "$HOME/.tmux/plugins"
run '~/.tmux/plugins/tpm/tpm'