Tmux Config: enable yazi image previewing in tmux

This commit is contained in:
Aroy-Art 2025-03-07 23:46:50 +01:00
parent 09be5518f1
commit 996d930f0a
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

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