# HG changeset patch # User Meredith Howard # Date 1676234143 18000 # Node ID 125540e1a1a71eb3aea0315f142ac6ec327245d7 # Parent e0cd428ffa908b40b7ebc6b535590d67b98e4a84 update tmux behavior 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