From 0754fee73653ae4679f352e45fdc96291d2d65c6 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 29 Dec 2024 20:45:02 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-29 20:45:02 --- .config/tmux/tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 636640c4..fcc737e8 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,8 +1,10 @@ # Needed for some graphics to work properly -set -g default-terminal "tmux-256color" -set -as terminal-features ',xterm-kitty:RGB' +# set -g default-terminal "tmux-256color" +# set -as terminal-features ',xterm-kitty:RGB' # So keystrokes are forwarded correctly set -g xterm-keys on +set -s extended-keys on +set -as terminal-features 'xterm*:extkeys' # don't let programs rename window set -g allow-rename off