From 2f081f57b212bd44431e4c667bebadc305ce6f53 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 18 Jul 2026 12:31:03 -0700 Subject: [PATCH] Append the kitty extkeys terminal feature instead of overwriting slot 3 Ports efcd7805 from master. Co-Authored-By: Claude Fable 5 --- 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 7e38fb1f..11c75203 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -77,7 +77,7 @@ setw -g aggressive-resize on set -g detach-on-destroy off set -g extended-keys on set -g extended-keys-format csi-u -set -g terminal-features[3] "xterm-kitty:extkeys" +set -ag terminal-features "xterm-kitty:extkeys" set -as terminal-features ",*:clipboard" set -sg escape-time 10