From 69607cc38a58fda0ca0630e41a28678387e0ce64 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 31 Jul 2024 01:54:51 -0700 Subject: [PATCH] tmux: focus-events on --- home/modules/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/tmux.nix b/home/modules/tmux.nix index 1082392..446aa1f 100644 --- a/home/modules/tmux.nix +++ b/home/modules/tmux.nix @@ -32,6 +32,7 @@ in extraConfig = '' set-option -g renumber-windows on + set-option -g focus-events on bind '"' split-window -v -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}"