aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authoromagdy <omar.professional8777@gmail.com>2025-08-05 07:31:43 +0300
committeromagdy <omar.professional8777@gmail.com>2025-08-05 07:31:43 +0300
commitddc61439a01d8f93716b5bcea0f3df7f2457c445 (patch)
tree0abf9e86c91e67876f04d024ae50995636cbd9ae /tmux
parent45bc42047321f6e51f32adb24ec5fc95333c6380 (diff)
downloaddotfiles-ddc61439a01d8f93716b5bcea0f3df7f2457c445.tar.xz
dotfiles-ddc61439a01d8f93716b5bcea0f3df7f2457c445.zip
git: Added gitconfig to dotfiles
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.tmux.conf6
1 files changed, 6 insertions, 0 deletions
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"