From e60d03ef78cfe7ba5bb0c495f2db38ed45220114 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 19 Apr 2026 23:35:38 +0200 Subject: Add neorg, update treesiter to 0.12 branch --- config/tmux/tmux.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config/tmux') diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index c319f99..bdda0ff 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -26,7 +26,7 @@ set-window-option -g window-status-activity-style bold,underscore # Set Activity monitoring. setw -g monitor-activity on -set -g visual-activity on +set -g visual-activity off # Vi keys in copy mode. setw -g mode-keys vi @@ -61,3 +61,7 @@ set -g set-titles-string '󰝘 #{session_name}' # Clock set -g clock-mode-style 24-with-seconds + +# Config for image rendering. +set -gq allow-passthrough on +set-option -g focus-events on -- cgit