update tmux behavior

Sun, 12 Feb 2023 15:35:43 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 12 Feb 2023 15:35:43 -0500
changeset 1013
125540e1a1a7
parent 1012
e0cd428ffa90
child 1014
b57969db48db

update tmux behavior

.tmux.conf file | annotate | diff | comparison | revisions
--- 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

mercurial