Fix tmux image previewer for Yazi

This commit is contained in:
Fabio Scotto di Santolo
2024-07-22 11:29:05 +02:00
parent 8e4529dcee
commit 3ea3fb3e24

View File

@@ -7,6 +7,9 @@ set -g base-index 1
setw -g pane-base-index 1 setw -g pane-base-index 1
bind c new-window -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}"
set-option -a terminal-features 'xterm-256color:RGB' 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 # List of plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'