diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 97a3d823..1e654783 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -6,8 +6,9 @@ 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:256color' - +# set -as terminal-features '*ghostty*:extkeys' +# set -g default-terminal "tmux-256color" +set -ag terminal-overrides ",foot*:Tc:extkeys" # # don't let programs rename window set -g allow-rename off # # don't wait after escape sequences @@ -172,7 +173,7 @@ bind c new-window -c "" # TESTING # DO NOT bind -n M-T display-message "Testing" -bind -n M-T display-message "test?" +bind -n C-Enter display-message "test?" # WARN: This line must come last!