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