From 9b53ab329000573f61050315340b769a272c5c24 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 14 Jan 2025 00:10:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-14 00:10:05 --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 80f702f2..97a3d823 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -6,7 +6,7 @@ set -g xterm-keys on set -s extended-keys on # set -as terminal-features 'xterm*:extkeys' # THIS IS WHAT MAKES EXTENDED MODIFIERS WORK IN TMUX -set -as terminal-features '*ghostty*:extkeys' +set -as terminal-features '*ghostty*:extkeys:256color' # # don't let programs rename window set -g allow-rename off