diff --git a/.tmux.conf b/.tmux.conf --- a/.tmux.conf +++ b/.tmux.conf @@ -1,8 +1,11 @@ -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" +# set -ga terminal-overrides ',*:RGB' + set -g history-limit 6000 set -g display-time 4000 set -g mouse on +set -g focus-events on # Start tab numbering at 1 set -g base-index 1