diff --git a/fish/conf.d/vite-plus.fish b/fish/conf.d/vite-plus.fish new file mode 100644 index 0000000..9fc6e97 --- /dev/null +++ b/fish/conf.d/vite-plus.fish @@ -0,0 +1,4 @@ +# Vite+ bin (https://viteplus.dev) +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