From a88ce019034f835a2bec0734862760b0aa17c480 Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Mon, 24 Jun 2024 17:54:38 +1000 Subject: [PATCH] added lines to tmux conf for image viewing --- .config/tmux/tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 45c31b1..2895dea 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -19,6 +19,11 @@ set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'dreamsofcode-io/catppuccin-tmux' +set -g allow-passthrough on + +set -ga update-environment TERM +set -ga update-environment TERM_PROGRAM + run '~/.tmux/plugins/tpm/tpm' # set vi-mode