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