From 32fa3e9b1f22ed0f8b3c318289ecc479b0254cd0 Mon Sep 17 00:00:00 2001 From: afonso Date: Wed, 5 Feb 2025 17:01:49 +0000 Subject: [PATCH] [tmux] remove default shell and allow passthrough --- .config/tmux/tmux_general.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/tmux/tmux_general.conf b/.config/tmux/tmux_general.conf index d3c3521..d40021f 100644 --- a/.config/tmux/tmux_general.conf +++ b/.config/tmux/tmux_general.conf @@ -1,6 +1,8 @@ # tmux_general.conf set -g default-terminal "tmux-256color" +set -gq allow-passthrough on +set -g visual-activity off set -sa terminal-features ",*:RGB" set -sg escape-time 0 set -g mouse on @@ -15,5 +17,3 @@ setw -g mode-keys vi set -g status-style 'bg=#181926 fg=#cad3f5' set -g status-right "" set -g status-left-length 20 -set-option -g default-command /bin/zsh -set-option -g default-shell /bin/zsh