From 037e90a14fb5e89d64b296896e0e9f74ca6616e3 Mon Sep 17 00:00:00 2001 From: David Jensenius Date: Sun, 29 Mar 2026 19:49:47 -0400 Subject: [PATCH 1/2] Add vite plus --- fish/conf.d/vite-plus.fish | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 fish/conf.d/vite-plus.fish diff --git a/fish/conf.d/vite-plus.fish b/fish/conf.d/vite-plus.fish new file mode 100644 index 0000000..7bf9077 --- /dev/null +++ b/fish/conf.d/vite-plus.fish @@ -0,0 +1,2 @@ +# Vite+ bin (https://viteplus.dev) +source "$HOME/.vite-plus/env.fish" From 7c3ca26264edf70b97b4157bf706ca1d68487b98 Mon Sep 17 00:00:00 2001 From: David Jensenius Date: Tue, 31 Mar 2026 21:09:08 -0400 Subject: [PATCH 2/2] Update Vite and tmux passthrough --- fish/conf.d/vite-plus.fish | 4 +++- tmux/tmux.conf | 5 ++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/fish/conf.d/vite-plus.fish b/fish/conf.d/vite-plus.fish index 7bf9077..9fc6e97 100644 --- a/fish/conf.d/vite-plus.fish +++ b/fish/conf.d/vite-plus.fish @@ -1,2 +1,4 @@ # Vite+ bin (https://viteplus.dev) -source "$HOME/.vite-plus/env.fish" +if test -d "$HOME/.vite-plus" + source "$HOME/.vite-plus/env.fish" +end diff --git a/tmux/tmux.conf b/tmux/tmux.conf index ff14cc6..11d4e9f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -12,8 +12,8 @@ set-option -g status-position top # ======= Prevent c-d existing from shell ========== set-environment -g 'IGNOREEOF' 3 -# Passthrough image support -set -g allow-passthrough on +# Passthrough OSC support (images, progress, etc.) +set -g allow-passthrough all set -ga update-environment TERM set -ga update-environment TERM_PROGRAM @@ -123,7 +123,6 @@ bind-key U display-popup -w 80% -h 80% -E -e "TMUX=#{socket_path},#{pid},#{sessi bind-key M-u display-popup -w 80% -h 80% -E -e "TMUX=#{socket_path},#{pid},#{session_id}" "~/.config/tmux/plugins/tpm/scripts/clean_plugins.sh && echo 'Done. Press ENTER to close.' && read" set -g status-style "bg=terminal" -set -g allow-passthrough on set -g mouse on setw -g mode-keys vi