From 258ff2126cd4f1e4a0bce9ce716fb617abc3146a Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 24 May 2026 16:25:02 +0200 Subject: [PATCH] fix(tmux): enable extended keys passthrough --- dots/.config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dots/.config/tmux/tmux.conf b/dots/.config/tmux/tmux.conf index 41222c94..1c68e054 100644 --- a/dots/.config/tmux/tmux.conf +++ b/dots/.config/tmux/tmux.conf @@ -76,3 +76,5 @@ if-shell '\( #{$TMUX_VERSION_MAJOR} -eq 2 -a #{$TMUX_VERSION_MINOR} -lt 4\) -o # if-shell '\( #{$TMUX_VERSION_MAJOR} -eq 2 -a #{$TMUX_VERSION_MINOR} -lt 2\) -o #{$TMUX_VERSION_MAJOR} -le 1' 'set-option -g status-utf8 on' set -g allow-passthrough on +set -s extended-keys on +set -as terminal-features 'xterm*:extkeys'