From 3ea3fb3e2431aeaf21c6bfb250b3045a807dd9b9 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Mon, 22 Jul 2024 11:29:05 +0200 Subject: [PATCH] Fix tmux image previewer for Yazi --- tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 1e0efb0..5deb199 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -7,6 +7,9 @@ set -g base-index 1 setw -g pane-base-index 1 bind c new-window -c "#{pane_current_path}" set-option -a terminal-features 'xterm-256color:RGB' +set -g allow-passthrough on +set -ga update-environment TERM +set -ga update-environment TERM_PROGRAM # List of plugins set -g @plugin 'tmux-plugins/tpm'