From 74b38fab03f47cc9b2d4b4aa39c06124f490d580 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 5 Jan 2024 15:23:06 -0500 Subject: [PATCH] Make the mouse work as expected when in tmux --- modules/home-manager/common/all-cli.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/common/all-cli.nix b/modules/home-manager/common/all-cli.nix index cfd28c5..5cfefbb 100644 --- a/modules/home-manager/common/all-cli.nix +++ b/modules/home-manager/common/all-cli.nix @@ -148,6 +148,7 @@ in { tmux = { enable = true; historyLimit = 100000; + mouse = true; tmuxinator.enable = true; plugins = with pkgs.tmuxPlugins; [ vim-tmux-navigator