From ddc61439a01d8f93716b5bcea0f3df7f2457c445 Mon Sep 17 00:00:00 2001 From: omagdy Date: Tue, 5 Aug 2025 07:31:43 +0300 Subject: git: Added gitconfig to dotfiles --- tmux/.tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tmux/.tmux.conf') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 4f9097c..d58ef3d 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -43,9 +43,15 @@ setw -g aggressive-resize on # don't detach tmux when killing a session set -g detach-on-destroy off +# required by yazi for image preview +set -g allow-passthrough on +set -ga update-environment TERM +set -ga update-environment TERM_PROGRAM + # address vim mode switching delay (http://superuser.com/a/252717/65504) set -s escape-time 0 + set -as terminal-features ",*:RGB" # set -g default-terminal "tmux-256color" set -ag terminal-overrides ",xterm-256color:RGB" -- cgit v1.2.3