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 #####################################################################