From e00a782d34271f30afc24c2f1aee1416eb58576c Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 18 Jan 2025 15:00:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-18 15:00:03 --- .config/tmux/tmux.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 33ddd70d..6a8ac8c8 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -4,11 +4,16 @@ # So keystrokes are forwarded correctly set -g xterm-keys on set -s extended-keys on +# set -g default-terminal "tmux-256color" +set -ag terminal-overrides ",foot*:Tc:extkeys:RGB" +set -g default-terminal "${TERM}" +set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support +# set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0 + # set -as terminal-features 'xterm*:extkeys' # THIS IS WHAT MAKES EXTENDED MODIFIERS WORK IN TMUX # set -as terminal-features '*ghostty*:extkeys' # set -g default-terminal "tmux-256color" -set -ag terminal-overrides ",foot*:Tc:extkeys" set-option -g update-environment "WAYLAND_DISPLAY XDG_RUNTIME_DIR" # # don't let programs rename window set -g allow-rename off