From 996d930f0a04301f01d9465f9b9f8c07b639fc8a Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Fri, 7 Mar 2025 23:46:50 +0100 Subject: [PATCH] Tmux Config: enable yazi image previewing in tmux --- Configs/Tmux/tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Configs/Tmux/tmux.conf b/Configs/Tmux/tmux.conf index c23dff4..0807856 100644 --- a/Configs/Tmux/tmux.conf +++ b/Configs/Tmux/tmux.conf @@ -25,6 +25,13 @@ bind -n M-Down select-pane -D set -g default-terminal "tmux-256color" set -ga terminal-overrides ",*256col*:Tc" +##################################################################### +# Enable yazi image previewing in tmux +##################################################################### +set -g allow-passthrough on +set -ga update-environment TERM +set -ga update-environment TERM_PROGRAM + ##################################################################### # Start windows and panes at 1, not 0 #####################################################################