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