From 5f408f688ba709f372d55506c3c3c876850e22f9 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Wed, 2 Jul 2025 13:57:17 -0400 Subject: [PATCH] Add some tmux config. --- tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tmux/tmux.conf diff --git a/tmux/tmux.conf b/tmux/tmux.conf new file mode 100644 index 0000000..5e9d24d --- /dev/null +++ b/tmux/tmux.conf @@ -0,0 +1,4 @@ +set -g default-terminal "xterm-256color" + +set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' +