Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions fish/conf.d/vite-plus.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Vite+ bin (https://viteplus.dev)
if test -d "$HOME/.vite-plus"
source "$HOME/.vite-plus/env.fish"
end
5 changes: 2 additions & 3 deletions tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
Loading