From 372ba92be47280bf5dcc390b0413c004ebb560f5 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 19 Dec 2024 19:11:02 -0600 Subject: [PATCH] tmux: remove focusEvents --- home/modules/tui/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/tui/tmux.nix b/home/modules/tui/tmux.nix index b8e6ce3..e1d8832 100644 --- a/home/modules/tui/tmux.nix +++ b/home/modules/tui/tmux.nix @@ -6,7 +6,7 @@ clock24 = true; customPaneNavigationAndResize = true; escapeTime = 50; - focusEvents = true; + # focusEvents = true; historyLimit = 100000; keyMode = "vi"; mouse = true;