From 8c7adf0b3139e9412763d40ab14f70631f1322fe Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Wed, 17 Sep 2025 07:12:10 -0400 Subject: [PATCH] Have tmux stop swallowing ctrl-' --- .config/tmux/tmux.conf##template.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/tmux/tmux.conf##template.j2 b/.config/tmux/tmux.conf##template.j2 index 59da3f1..690ffd9 100644 --- a/.config/tmux/tmux.conf##template.j2 +++ b/.config/tmux/tmux.conf##template.j2 @@ -1,6 +1,10 @@ # Allows colors to better match set-option -sa terminal-overrides ",xterm*:Tc" +# Stop swalloing characters +set -g extended-keys on +set -as terminal-features 'xterm*:extkeys,tmux*:extkeys' + # Mouseify mode set -g mouse on