fix(tmux.conf): add TERM and TERM_PROGRAM environment variables for better compatibility

This commit is contained in:
David Ibia
2025-02-12 20:57:22 +01:00
parent d9b3ca5a2e
commit 98cf68ae09

View File

@@ -9,6 +9,9 @@ set-option -g renumber-windows on
set -gq allow-passthrough on set -gq allow-passthrough on
set -g visual-activity off set -g visual-activity off
set -ga update-environment TERM
set -ga update-environment TERM_PROGRAM
# Key Bindings # Key Bindings
# Auto Source tmux.conf # Auto Source tmux.conf
unbind r unbind r