diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index bf272d2e..e2656969 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,6 +1,9 @@ set -g default-terminal "screen-256color" set -as terminal-features ",xterm-256color:RGB" set -as terminal-features ',xterm-kitty:RGB' +# For image.nvim +set -gq allow-passthrough on +set -g visual-activity off set -g history-limit 10000