diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 1e0efb0..5deb199 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -7,6 +7,9 @@ set -g base-index 1 setw -g pane-base-index 1 bind c new-window -c "#{pane_current_path}" set-option -a terminal-features 'xterm-256color:RGB' +set -g allow-passthrough on +set -ga update-environment TERM +set -ga update-environment TERM_PROGRAM # List of plugins set -g @plugin 'tmux-plugins/tpm'