From d43014b6f4ed95371d44ebf1ec3060ff346b3b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 30 Jul 2024 19:07:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(tmux):=20render=20images=20ins?= =?UTF-8?q?ide=20tmux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/tmux/conf/options.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/tmux/conf/options.conf b/.config/tmux/conf/options.conf index 2b81d5e2..ee9066c5 100644 --- a/.config/tmux/conf/options.conf +++ b/.config/tmux/conf/options.conf @@ -23,3 +23,6 @@ set-environment -g TMUX_DATA_DIR "${HOME}/.local/share/tmux" set -g history-limit 100000 set -s escape-time 0 set -g set-titles on +set -g allow-passthrough on +set -ga update-environment TERM +set -ga update-environment TERM_PROGRAM